Share via


ToolboxBrowsableAttribute.Browsable Property

Gets the Browsable flag associated with this attribute.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public ReadOnly Property Browsable As Boolean
'Usage
Dim instance As ToolboxBrowsableAttribute 
Dim value As Boolean 

value = instance.Browsable
public bool Browsable { get; }
public:
property bool Browsable {
    bool get ();
}
public function get Browsable () : boolean

Property Value

Type: System.Boolean
true if a control is visible in the toolbox browser; otherwise, false.

.NET Framework Security

See Also

Reference

ToolboxBrowsableAttribute Class

ToolboxBrowsableAttribute Members

Microsoft.Windows.Design Namespace

AttributeTableBuilder

Other Resources

Walkthrough: Creating a Design-time Adorner