ToolboxItemCreator.Format Property

Definition

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

public:
 property System::String ^ Format { System::String ^ get(); };
public string Format { get; }
member this.Format : string
Public ReadOnly Property Format As String

Property Value

A string representing the Clipboard format.

Remarks

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.

Applies to

See also