NUnitForms Class Library

MouseController.DoubleClick Method (PointF)

Simulate double clicking at the specified PointF.

[Visual Basic]
Overloads Public Sub DoubleClick( _
   ByVal point As PointF _
)
[C#]
public void DoubleClick(
   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 twice.

See Also

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