This documentation is archived and is not being maintained.
ToolboxItem Constructor
Visual Studio 2010
Initializes a new instance of the ToolboxItem class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ToolboxItem() | Initializes a new instance of the ToolboxItem class. |
|
ToolboxItem(Type) | Initializes a new instance of the ToolboxItem class that creates the specified type of component. |
The following code example demonstrates the use of the ToolboxItem constructor in a class derived from ToolboxItem for a custom toolbox item implementation. This code example is part of a larger example provided for the ToolboxItem class.
Show: