NUnitForms Class Library

ListBoxTester.SetSelected Method

Sets the selected property of an item at an index.

Overload List

Sets the selected property of an item at an index.

public void SetSelected(int,bool);

Sets the selected property of an item with a specified string value.

public void SetSelected(string,bool);

See Also

ListBoxTester Class | NUnit.Extensions.Forms Namespace