NUnitForms Class Library

MouseController.Hover Method (PointF)

Simulate hovering over the control under test at the specified PointF.

[Visual Basic]
Overloads Public Sub Hover( _
   ByVal point As PointF _
)
[C#]
public void Hover(
   PointF point
);

Parameters

point
A PointF, relative to the control under test, to move the mouse to.

Remarks

Hover positions the mouse over the control under test at the specified point for the system defined mouse hover time and then processes the events.

See Also

MouseController Class | NUnit.Extensions.Forms Namespace | MouseController.Hover Overload List