NUnitForms Class Library

MouseController.Release Method

Simulates releasing the MouseButtons or modifier Keys.

Overload List

Simulate releasing the mouse modifier key(s) (Alt, Shift and Control).

public void Release(Keys);

Simulate releasing the mouse button(s).

public void Release(MouseButtons);

Simulate releasing the mouse button(s) at the specified PointF.

public void Release(MouseButtons,PointF);

Simulate release the mouse button(s) at the specified x and y-coordinate.

public void Release(MouseButtons,float,float);

See Also

MouseController Class | NUnit.Extensions.Forms Namespace