InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponentCollection Class / IndexOf Method / IndexOf(InputComponent) Method

In This Topic
    IndexOf(InputComponent) Method
    In This Topic
    Determines the index of a specific InputComponent in the collection.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal component As InputComponent _
    ) As Integer
    public int IndexOf( 
       InputComponent component
    )

    Parameters

    component
    See Also