The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Mouse::MoveImplementation Method (UITestControl^, Point)
Moves the mouse to the specified location that is relative to the specified control.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
protected: virtual void MoveImplementation( UITestControl^ control, Point relativeCoordinate )
Parameters
- control
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::UITestControl^
UITestControl to which the mouse is to be moved.
- relativeCoordinate
-
Type:
System.Drawing::Point
Point that is relative to the control to which to move the mouse. If control is null, the relativeCoordinate specifies an absolute coordinate.
Show: