ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / ElementCollection Class / Clear Method / Clear(Boolean) Method

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

    Parameters

    dispose
    See Also