Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Shared Sub Hover ( _
control As UITestControl, _
relativeCoordinate As Point, _
millisecondDuration As Integer _
)
public static void Hover(
UITestControl control,
Point relativeCoordinate,
int millisecondDuration
)
public:
static void Hover(
UITestControl^ control,
Point relativeCoordinate,
int millisecondDuration
)
static member Hover :
control:UITestControl *
relativeCoordinate:Point *
millisecondDuration:int -> unit
public static function Hover(
control : UITestControl,
relativeCoordinate : Point,
millisecondDuration : int
)
Parameters
- control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
UITestControl to which the mouse is to be hovered.
- relativeCoordinate
Type: System.Drawing.Point
Point relative to the control to which to move the mouse.
- millisecondDuration
Type: System.Int32
Duration of the mouse hover.
.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.