NUnitForms Class Library

ListBoxTester.Select Method

Selects an item in the ListBox according to its index.

Overload List

Selects an item in the ListBox according to its index.

public void Select(int);

Selects an item in the list according to its string value.

public void Select(string);

See Also

ListBoxTester Class | NUnit.Extensions.Forms Namespace