[]
Gets the selected item at the specified index.
public ComboBoxItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As ComboBoxItem
The index of the selected item.