ToolboxItem Constructor

 

Initializes a new instance of the ToolboxItem class.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodToolboxItem()

Initializes a new instance of the ToolboxItem class.

System_CAPS_pubmethodToolboxItem(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.

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