ComponentOne Extended Library for WPF and Silverlight
BrowsableAttribute Constructor

C1.WPF.Extended Namespace > BrowsableAttribute Class : BrowsableAttribute Constructor
if set to true the property will be browsable.
Initializes a new instance of the BrowsableAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal isBrowsable As Boolean _
)
public BrowsableAttribute( 
   bool isBrowsable
)

Parameters

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

Reference

BrowsableAttribute Class
BrowsableAttribute Members