'Usage Dim instance As GcComboBox Dim itemIndex As Integer Dim value As Integer value = instance.GetItemDisplayIndex(itemIndex)
Parameters
- itemIndex
- The item index based on Items.
Return Value
The index that GcComboBox displayed.
'Usage Dim instance As GcComboBox Dim itemIndex As Integer Dim value As Integer value = instance.GetItemDisplayIndex(itemIndex)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | When itemIndex is less than 0;
Or when itemIndex is greater than the count of items. |