ParentControlDesigner.MouseDragTool Property

Definition

Important

This API is not CLS-compliant.

Gets a value indicating whether the designer has a valid tool during a drag operation.

protected:
 property System::Drawing::Design::ToolboxItem ^ MouseDragTool { System::Drawing::Design::ToolboxItem ^ get(); };
protected System.Drawing.Design.ToolboxItem MouseDragTool { get; }
[System.CLSCompliant(false)]
protected System.Drawing.Design.ToolboxItem MouseDragTool { get; }
member this.MouseDragTool : System.Drawing.Design.ToolboxItem
[<System.CLSCompliant(false)>]
member this.MouseDragTool : System.Drawing.Design.ToolboxItem
Protected ReadOnly Property MouseDragTool As ToolboxItem

Property Value

The tool being dragged, if creating a component, or null if there is no tool.

Attributes

Notes to Inheritors

This property is used by deriving classes to determine if the designer has a valid tool during a drag operation.

Applies to

See also