Sets the selected property of an item at an index.
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);
ListBoxTester Class | NUnit.Extensions.Forms Namespace