Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Mouse::StopDragging Method

 

Stops the drag operation.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticStopDragging(Int32, Int32)

Stops the drag operation.

System_CAPS_pubmethodSystem_CAPS_staticStopDragging(Point)

Stops the drag operation.

System_CAPS_pubmethodSystem_CAPS_staticStopDragging(UITestControl^)

Stops the drag operation on the specified control.

System_CAPS_pubmethodSystem_CAPS_staticStopDragging(UITestControl^, Int32, Int32)

Stops the drag operation on the specified control.

System_CAPS_pubmethodSystem_CAPS_staticStopDragging(UITestControl^, Point)

Stops the drag operation on the specified control.

Return to top
Show: