'Declaration Public Function GetItemIndex( _ ByVal itemDisplayIndex As Integer _ ) As Integer
'Usage Dim instance As GcComboBox Dim itemDisplayIndex As Integer Dim value As Integer value = instance.GetItemIndex(itemDisplayIndex)
public int GetItemIndex( int itemDisplayIndex )
Parameters
- itemDisplayIndex
- The item display index.
Return Value
The index that GcComboBox displayed.