ToolboxItem Constructor
.NET Framework (current version)
Initializes a new instance of the ToolboxItem class.
Assembly: System.Drawing (in System.Drawing.dll)
| 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:
