ParentControlDesigner::MouseDragTool Property

 

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

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property ToolboxItem^ MouseDragTool {
	ToolboxItem^ get();
}

Property Value

Type: System.Drawing.Design::ToolboxItem^

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

Notes to Inheritors:

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

.NET Framework
Available since 2.0
Return to top
Show: