ToolboxBrowsableAttribute.No Property
Gets a ToolboxBrowsableAttribute with Browsable set to false.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Shared ReadOnly Property No As ToolboxBrowsableAttribute
Get
public static ToolboxBrowsableAttribute No { get; }
public:
static property ToolboxBrowsableAttribute^ No {
ToolboxBrowsableAttribute^ get ();
}
static member No : ToolboxBrowsableAttribute
static function get No () : ToolboxBrowsableAttribute
Property Value
Type: Microsoft.Windows.Design.ToolboxBrowsableAttribute
A pre-defined static instance of the ToolboxBrowsableAttribute with Browsable set to 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