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

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticHover(Point)

Moves the mouse to the specified location.

System_CAPS_pubmethodSystem_CAPS_staticHover(Point, Int32)

Pause the mouse at the specified point for a specified duration.

System_CAPS_pubmethodSystem_CAPS_staticHover(UITestControl^)

Pauses the mouse on the specified control.

System_CAPS_pubmethodSystem_CAPS_staticHover(UITestControl^, Point)

Moves the mouse to the specified location that is relative to the specified control.

System_CAPS_pubmethodSystem_CAPS_staticHover(UITestControl^, Point, Int32)

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

Return to top
Show: