C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / InputActionCollection Class / IndexOf Method
The element to return the index of.

In This Topic
IndexOf Method (InputActionCollection)
In This Topic
Returns the index of the specified element in the current collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal inputAction As InputAction _
) As Integer
 

Parameters

inputAction
The element to return the index of.

Return Value

The index of the specified element in the current collection.
See Also