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
- 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
ToolboxCategoryAttribute Overload
Microsoft.Windows.Design Namespace