ToolboxItemContainer::ToolboxData Property

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

public:
property IDataObject^ ToolboxData {
	virtual IDataObject^ get();
}

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
Return to top
Show: