NUnitForms Class Library

ComboBoxTester.Select Method

Selects an entry in the ComboBox according to its index.

Overload List

Selects an entry in the ComboBox according to its index.

public void Select(int);

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

public void Select(string);

See Also

ComboBoxTester Class | NUnit.Extensions.Forms Namespace