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.
Moves the mouse to the specified location.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub Move ( _
screenCoordinate As Point _
)
public static void Move(
Point screenCoordinate
)
public:
static void Move(
Point screenCoordinate
)
static member Move :
screenCoordinate:Point -> unit
public static function Move(
screenCoordinate : Point
)
Parameters
- screenCoordinate
Type: System.Drawing.Point
Point on the screen to which to move the mouse.
.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.