Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.