Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft