ToolboxItemCreator Class
Encapsulates a ToolboxItemCreatorCallback. This class cannot be inherited.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Format | Gets the Clipboard format that represents the data needed to deserialize a ToolboxItem. |
| Name | Description | |
|---|---|---|
![]() | Create(IDataObject^) | Creates a new ToolboxItem from a System.Windows.Forms::IDataObject. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ToolboxItemCreator class encapsulates toolbox item creator callback functions. These callback functions are used by designers to provide ways to create toolbox items for custom data objects.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

