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: Int32Move by the specified pixels in X direction.
moveByY
Type: Int32Move by the specified pixels in Y direction.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.