'Declaration Public Function GetItemIndex( _ ByVal itemDisplayIndex As Integer _ ) As Integer
'Usage Dim instance As GcListBox 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 value of the item index based on System.Windows.Controls.ItemsControl.Items.