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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ToolboxBrowsableAttribute Class
Microsoft.Windows.Design Namespace