ToolStrip::IsCurrentlyDragging Property

 

Gets a value indicating whether the user is currently moving the ToolStrip from one ToolStripContainer to another.

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

public:
[BrowsableAttribute(false)]
property bool IsCurrentlyDragging {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if the user is currently moving the ToolStrip from one ToolStripContainer to another; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: