Browsable Property (MethodAttribute)
In This Topic
Gets or sets a value indicating whether the member is browsable (will be shown in the C1PropertyGrid).
Syntax
'Declaration
Public Property Browsable As Boolean
public bool Browsable {get; set;}
See Also