NUnitForms Class Library

KeyboardController.UseOn Method (String)

Overloaded. Allows you to specify the control by name.

[Visual Basic]
Overloads Public Sub UseOn( _
   ByVal name As String _
)
[C#]
public void UseOn(
   string name
);

Parameters

name
The name of the control.

Remarks

You should probably use this one if you are not sure.

See Also

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