Mouse.StopDragging Method
Include Protected Members
Include Inherited Members
Stops the drag operation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
StopDragging(Point) | Stops the drag operation. | |
StopDragging(UITestControl) | Stops the drag operation on the specified control. | |
StopDragging(Int32, Int32) | Stops the drag operation. | |
StopDragging(UITestControl, Point) | Stops the drag operation on the specified control. | |
StopDragging(UITestControl, Int32, Int32) | Stops the drag operation on the specified control. |
Top