Information
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::Hover 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)

public:
static void Hover(
	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.

Return to top
Show: