Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / InputActionCollection Class / Remove Method
The element to remove.

In This Topic
    Remove Method (InputActionCollection)
    In This Topic
    Removes an element from the current collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal inputAction As InputAction _
    ) 
    public void Remove( 
       InputAction inputAction
    )

    Parameters

    inputAction
    The element to remove.
    See Also