C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel 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
 

Parameters

component
See Also