[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputComponentCollection.IndexOf

IndexOf Method

IndexOf(InputComponent)

Determines the index of a specific InputComponent in the collection.

Declaration
public int IndexOf(InputComponent component)
Parameters
Type Name Description
InputComponent component
Returns
Type Description
int

IndexOf(string)

Determines index of the first InputComponent with the specified name in the collection.

Declaration
public int IndexOf(string name)
Parameters
Type Name Description
string name
Returns
Type Description
int