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

In This Topic
    Clear(Boolean) Method
    In This Topic
    Removes all components from the collection, then disposes the components.
    Syntax
    'Declaration
     
    Public Overloads Sub Clear( _
       ByVal dispose As Boolean _
    ) 
    public void Clear( 
       bool dispose
    )

    Parameters

    dispose
    See Also