InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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