Share via


ToolboxBrowsableAttribute.Yes Property

Gets a ToolboxBrowsableAttribute with Browsable set to true.

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

Syntax

'Declaration
Public Shared ReadOnly Property Yes As ToolboxBrowsableAttribute
'Usage
Dim value As ToolboxBrowsableAttribute 

value = ToolboxBrowsableAttribute.Yes
public static ToolboxBrowsableAttribute Yes { get; }
public:
static property ToolboxBrowsableAttribute^ Yes {
    ToolboxBrowsableAttribute^ get ();
}
public static function get Yes () : ToolboxBrowsableAttribute

Property Value

Type: Microsoft.Windows.Design.ToolboxBrowsableAttribute
A pre-defined static instance of the ToolboxBrowsableAttribute with Browsable set to false.

.NET Framework Security

See Also

Reference

ToolboxBrowsableAttribute Class

ToolboxBrowsableAttribute Members

Microsoft.Windows.Design Namespace

AttributeTableBuilder

Other Resources

Walkthrough: Creating a Design-time Adorner