Share via


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

See Also

Reference

ToolboxCategoryAttribute Class

Microsoft.Windows.Design Namespace

Other Resources

Understanding WPF Designer Extensibility