ToolboxItemContainer.ToolboxData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.