NUnitForms Class Library

KeyboardController Constructor 

Creates a keyboard controller and sets the focus on the control indicated by the supplied ControlTester.

[Visual Basic]
Overloads Public Sub New( _
   ByVal controlTester As ControlTester _
)
[C#]
public KeyboardController(
   ControlTester controlTester
);

Parameters

controlTester
The ControlTester to use the keyboard on.

See Also

KeyboardController Class | NUnit.Extensions.Forms Namespace