ToolboxCategoryAttribute.AlwaysShows Property
Gets a value that indicates whether this class appears in all parent categories.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property AlwaysShows As Boolean
Get
Private Set
public bool AlwaysShows { get; private set; }
public:
property bool AlwaysShows {
bool get ();
private: void set (bool value);
}
member AlwaysShows : bool with get, private set
function get AlwaysShows () : boolean
private function set AlwaysShows (value : boolean)
Property Value
Type: System.Boolean
true if this class appears in all parent categories; 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
ToolboxCategoryAttribute Class
Microsoft.Windows.Design Namespace