ToolboxItemContainer.ToolboxData Property

Definition

Gets an IDataObject that describes this ToolboxItemContainer.

public:
 virtual property System::Windows::Forms::IDataObject ^ ToolboxData { System::Windows::Forms::IDataObject ^ get(); };
public virtual System.Windows.Forms.IDataObject ToolboxData { get; }
member this.ToolboxData : System.Windows.Forms.IDataObject
Public Overridable ReadOnly Property ToolboxData As IDataObject

Property Value

An IDataObject that describes this ToolboxItemContainer.

Remarks

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.

Applies to

See also