NUnitForms Class Library

TextBoxTester.Enter Method 

This method allows you to enter text into the text box.

[Visual Basic]
Public Sub Enter( _
   ByVal text As String _
)
[C#]
public void Enter(
   string text
);

Parameters

text
The text to enter into the text box.

See Also

TextBoxTester Class | NUnit.Extensions.Forms Namespace