[]
Returns the index of a RenderInputComboBoxItem in the current collection.
public int IndexOf(RenderInputComboBoxItem item)
Public Function IndexOf(item As RenderInputComboBoxItem) As Integer
| Type | Name | Description |
|---|---|---|
| RenderInputComboBoxItem | item | The item to search for. |
| Type | Description |
|---|---|
| int | The index of the specified item, or -1 if none was found. |