InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComponentCollection Class / Remove Method / Remove(InputComponent) Method

In This Topic
    Remove(InputComponent) Method
    In This Topic
    Removes the first occurrence of the specified InputComponent from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal component As InputComponent _
    ) 
    public void Remove( 
       InputComponent component
    )

    Parameters

    component
    See Also