ToolboxItemCreator::Format Property

 

Gets the Clipboard format that represents the data needed to deserialize a ToolboxItem.

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

public:
property String^ Format {
	String^ get();
}

Property Value

Type: System::String^

A string representing the Clipboard format.

When a drag-and-drop operation occurs, the design environment queries all ToolboxItemCreator instances. If a ToolboxItemCreator supports any of the dragged Clipboard formats, a ToolboxItem is created from the ToolboxItemCreator.

.NET Framework
Available since 2.0
Return to top
Show: