NUnitForms Class Library

MouseController.Hover Method

Simulate hovering over the control under test.

Overload List

Simulate hovering over the control under test.

public void Hover();

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

public void Hover(PointF);

Simulate hovering over the control under test at the specified x and y-coordinate.

public void Hover(float,float);

See Also

MouseController Class | NUnit.Extensions.Forms Namespace