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)

Syntax

'Declaration
Public Shared Sub StopDragging ( _
    moveByX As Integer, _
    moveByY As Integer _
)
public static void StopDragging(
    int moveByX,
    int moveByY
)
public:
static void StopDragging(
    int moveByX, 
    int moveByY
)
static member StopDragging : 
        moveByX:int * 
        moveByY:int -> unit 
public static function StopDragging(
    moveByX : int, 
    moveByY : int
)

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.

.NET Framework Security

See Also

Reference

Mouse Class

StopDragging Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace