Move mouse to specified location on the control.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public MustOverride Sub MouseMove ( _
    control As UITechnologyElement, _
    relativeCoordinate As Point _
)
public abstract void MouseMove(
    UITechnologyElement control,
    Point relativeCoordinate
)
public:
virtual void MouseMove(
    UITechnologyElement^ control, 
    Point relativeCoordinate
) abstract
abstract MouseMove : 
        control:UITechnologyElement * 
        relativeCoordinate:Point -> unit
public abstract function MouseMove(
    control : UITechnologyElement, 
    relativeCoordinate : Point
)
Parameters
- control 
 Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement- Control relative to which the mouse is to be moved. 
- relativeCoordinate 
 Type: Point- Co-ordinates relative to the control. If control is null, then it is absolute screen co-ordinates 
.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.