'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As ComboBoxItem
'Usage Dim instance As ComboBoxItemList Dim index As Integer Dim value As ComboBoxItem instance.Item(index) = value value = instance.Item(index)
public ComboBoxItem this[ int index ]; {get; set;}
Parameters
- index
- The ComboBoxItem at the specified index.