Extended Library for WPF and Silverlight | ComponentOne
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 _
    )
    public BrowsableAttribute( 
       bool isBrowsable
    )

    Parameters

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