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 (Int32, Int32)

 

Stops the drag operation.

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

static member StopDragging : 
        moveByX:int *
        moveByY:int -> unit

Parameters

moveByX
Type: System.Int32

Move by the specified pixels in X direction.

moveByY
Type: System.Int32

Move by the specified pixels in Y direction.

Return to top
Show: