Mouse.Move Method (UITestControl, Point)
Moves the mouse to the specified location that is relative to the specified control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub Move ( _
control As UITestControl, _
relativeCoordinate As Point _
)
public static void Move(
UITestControl control,
Point relativeCoordinate
)
public:
static void Move(
UITestControl^ control,
Point relativeCoordinate
)
static member Move :
control:UITestControl *
relativeCoordinate:Point -> unit
public static function Move(
control : UITestControl,
relativeCoordinate : Point
)
Parameters
control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlUITestControl to which the mouse is to be moved.
relativeCoordinate
Type: PointPoint that is relative to the control 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.