'Declaration Public Function IndexOf( _ ByVal item As RenderInputComboBoxItem _ ) As Integer
public int IndexOf( RenderInputComboBoxItem item )
Parameters
- item
- The item to search for.
Return Value
The index of the specified item, or -1 if none was found.