InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponentCollection Class / Remove Method / Remove(String) Method

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

    Parameters

    name
    See Also