C1.Silverlight.Extended Namespace / BrowsableAttribute Class / BrowsableAttribute Constructor
if set to true the property will be browsable.

In This Topic
BrowsableAttribute Constructor
In This Topic
Initializes a new instance of the BrowsableAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal isBrowsable As Boolean _
)
 

Parameters

isBrowsable
if set to true the property will be browsable.
See Also