ToolboxItemAttribute Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the ToolboxItemAttribute class using the specified name of the type.
Assembly: System (in System.dll)
Parameters
- toolboxItemTypeName
-
Type:
System::String^
The names of the type of the toolbox item and of the assembly that contains the type.
This constructor expects the toolboxItemTypeName parameter to be in the form <name of the item type>, <name of the assembly> (for example, System.Drawing.Design.ToolboxItem, System.Drawing.Design).
.NET Framework
Available since 1.1
Available since 1.1
Show: