KeyboardController.UseOn Method (String, String)
            Overloaded.  Allows you to specify the control by name and
            qualified by a form name.
            
[Visual Basic]Overloads Public Sub UseOn( _
   ByVal 
name As 
String, _
   ByVal 
formName As 
String _
)
 Parameters
- name
 - The name of the control.
 - formName
 - The name of the form.
 
See Also
KeyboardController Class | NUnit.Extensions.Forms Namespace | KeyboardController.UseOn Overload List