ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ComboBoxItemList Class / IndexOf Method
The specified item.

In This Topic
    IndexOf Method (ComboBoxItemList)
    In This Topic
    Searches for the specified item and returns the zero-based index.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal value As Object _
    ) As Integer
    public int IndexOf( 
       object value
    )

    Parameters

    value
    The specified item.
    See Also