Share via


Mouse.Hover Method

Include Protected Members
Include Inherited Members

Hovers the mouse.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Hover(Point) Moves the mouse to the specified ___location.
Public methodStatic member Hover(UITestControl) Pauses the mouse on the specified control.
Public methodStatic member Hover(Point, Int32) Pause the mouse at the specified point for a specified duration.
Public methodStatic member Hover(UITestControl, Point) Moves the mouse to the specified ___location that is relative to the specified control.
Public methodStatic member Hover(UITestControl, Point, Int32) Pauses the mouse at the specified ___location that is relative to the specified control for a specified duration.

Top

See Also

Reference

Mouse Class

Microsoft.VisualStudio.TestTools.UITesting Namespace