This documentation is archived and is not being maintained.

ToolboxItem Constructor

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.

  NameDescription
Public method ToolboxItem() Initializes a new instance of the ToolboxItem class.
Public method ToolboxItem(Type) Initializes a new instance of the ToolboxItem class that creates the specified type of component.
Top

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.

No code example is currently available or this language may not be supported.
Show: