NUnitForms Class Library

KeyboardController.UseOn Method (ControlTester)

Initializes the KeyboardController, blocks user input, and sets the focus on the specified control.

[Visual Basic]
Overloads Public Sub UseOn( _
   ByVal control As ControlTester _
)
[C#]
public void UseOn(
   ControlTester control
);

Parameters

control
The ControlTester to use the keyboard on.

See Also

KeyboardController Class | NUnit.Extensions.Forms Namespace | KeyboardController.UseOn Overload List