PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / InputActionCollection Class / Add Method / Add(InputAction) Method
The InputAction to add.

In This Topic
    Add(InputAction) Method
    In This Topic
    Adds an element to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal inputAction As InputAction _
    ) As Integer
    public int Add( 
       InputAction inputAction
    )

    Parameters

    inputAction
    The InputAction to add.

    Return Value

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