NUnitForms Class Library

KeyboardController.UseOn Method (String, Form)

Overloaded. Allows you to specify the control by name and qualified by a form instance. This should be obsolete soon. Do not use it unless necessary.

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

Parameters

name
The name of the control.
form
The form instance to test on.

See Also

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