ToolboxItemContainer::ToolboxData Property
.NET Framework (current version)
Gets an System.Windows.Forms::IDataObject that describes this ToolboxItemContainer.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
Property Value
Type: System.Windows.Forms::IDataObject^An IDataObject that describes this ToolboxItemContainer.
The ToolboxData property creates the serialized version of the ToolboxItem. The data object can be used by an application to store this ToolboxItem. This data object is fabricated from the ToolboxItem, if necessary.
Notes to Inheritors:
Implementers may override this to provide additional storage information in the data object.
.NET Framework
Available since 2.0
Available since 2.0
Show: