ToolStrip::IsCurrentlyDragging Property
.NET Framework (current version)
Gets a value indicating whether the user is currently moving the ToolStrip from one ToolStripContainer to another.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool IsCurrentlyDragging { virtual bool get() sealed; }
Property Value
Type: System::Booleantrue if the user is currently moving the ToolStrip from one ToolStripContainer to another; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: