NUnitForms Class Library

MouseController.Dispose Method 

Releases the resources used by the MouseController.

[Visual Basic]
NotOverridable Public Sub Dispose() Implements _
   IDisposable.Dispose
[C#]
public void Dispose();

Implements

IDisposable.Dispose

Remarks

Dispose releases any pressed mouse keys, restores the mouse Position and enables user input.

See Also

MouseController Class | NUnit.Extensions.Forms Namespace