'Declaration Public Function IndexOf( _ ByVal value As DropDownItem _ ) As Integer
public int IndexOf( DropDownItem value )
Parameters
- value
- The item to locate in the list.
Return Value
The zero-based index of the first occurrence of value within the entire list, if found; otherwise, -1.