NUnitForms Class Library

KeyboardController.Dispose Method 

Implements the IDisposable interface. This restores user input. It should eventually return the keyboard to its pre-test state.

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

Implements

IDisposable.Dispose

Remarks

If you are using the Keyboard controller through the base NUnitFormTest class, then you should not need to call this method or use finally or using blocks. The base class handles this for you.

See Also

KeyboardController Class | NUnit.Extensions.Forms Namespace