ToolboxBrowsableAttribute.Browsable Property

Gets the Browsable flag associated with this attribute.

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

Syntax

'Declaration
Public ReadOnly Property Browsable As Boolean
    Get
public bool Browsable { get; }
public:
property bool Browsable {
    bool get ();
}
member Browsable : bool
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

Microsoft.Windows.Design Namespace

AttributeTableBuilder

Other Resources

Walkthrough: Creating a Design-time Adorner