NUnitForms Class Library

ComboBoxTester.Enter Method 

Sets the text property of the ComboBox to the specified value.

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

Parameters

text
The specified value for the text property.

Remarks

Also calls EndCurrentEdit() so that databinding will happen.

See Also

ComboBoxTester Class | NUnit.Extensions.Forms Namespace