C#: ListBox Item, Items SelectedIndex
Understanding and using ListBoxes.
Populating a ListBox collection
Iterating through the Items in a ListBox using loops like a for loop.
Selecting and retrieving selections in a ListBox: SelectedIndex, SelectedItem, SelectedItems
Selecting and multi-selecting items in a ListBox: SelectionMode