ToolboxItemAttribute Constructor (String^)

 

Initializes a new instance of the ToolboxItemAttribute class using the specified name of the type.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
ToolboxItemAttribute(
	String^ toolboxItemTypeName
)

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
Return to top
Show: