ToolboxCategoryAttribute Constructor (String)

Initializes a new instance of the ToolboxCategoryAttribute class with the specified category path.

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

Syntax

'Declaration
Public Sub New ( _
    categoryPath As String _
)
public ToolboxCategoryAttribute(
    string categoryPath
)
public:
ToolboxCategoryAttribute(
    String^ categoryPath
)
new : 
        categoryPath:string -> ToolboxCategoryAttribute
public function ToolboxCategoryAttribute(
    categoryPath : String
)

Parameters

  • categoryPath
    Type: System.String
    The path under which this class is categorized. Represents multiple levels by using the forward slash (/) as a delimiter.

.NET Framework Security

See Also

Reference

ToolboxCategoryAttribute Class

ToolboxCategoryAttribute Overload

Microsoft.Windows.Design Namespace

Other Resources

Understanding WPF Designer Extensibility