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.
UITestActionExecutor::MouseMove Method (UITechnologyElement^, Point)
Move mouse to specified location on the control.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public: virtual void MouseMove( UITechnologyElement^ control, Point relativeCoordinate ) abstract
Parameters
- control
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyElement^
Control relative to which the mouse is to be moved.
- relativeCoordinate
-
Type:
System.Drawing::Point
Co-ordinates relative to the control. If control is null, then it is absolute screen co-ordinates
Show: