NUnitForms Class Library

MouseController.Click Method (PointF)

Simulate clicking at the specified PointF.

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

Parameters

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

Remarks

Click positions the mouse over the control under test at the specified point and then presses and releases the left mouse button.

See Also

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