NUnitForms Class Library

MouseController.DoubleClick Method ()

Simulate double clicking on the control under test.

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

Remarks

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

See Also

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