Selects an entry in the ComboBox according to its index.
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);
ComboBoxTester Class | NUnit.Extensions.Forms Namespace