NUnitForms Class Library

MouseController.Hover Method ()

Simulate hovering over the control under test.

[Visual Basic]
Overloads Public Sub Hover()
[C#]
public void Hover();

Remarks

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

See Also

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