NUnitForms Class Library

MouseController.Click Method ()

Simulate clicking on the control under test.

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

Remarks

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

See Also

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