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::HoverImplementation Method (UITestControl^, Point, Int32)

 

Pauses the mouse at the specified location that is relative to the specified control for a specified duration.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

protected:
virtual void HoverImplementation(
	UITestControl^ control,
	Point relativeCoordinate,
	int millisecondsDuration
)

Parameters

control
Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^

UITestControl to which the mouse is to be hovered.

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.

millisecondsDuration
Type: System::Int32

Duration of the mouse hover.

Return to top
Show: