NUnitForms Class Library

ComboBoxTester.Select Method (String)

Selects an entry in the ComboBox according to its string value.

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

Parameters

text
The string value of the entry to select.

Remarks

Sets the Selected Index property on the underlying control after calling FindStringExact

See Also

ComboBoxTester Class | NUnit.Extensions.Forms Namespace | ComboBoxTester.Select Overload List