TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / CollapseAll Method

In This Topic
    CollapseAll Method (C1TreeView)
    In This Topic
    Collapses all the nodes in the tree view control.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeView.CollapseAll", "Collapses all the nodes in the tree view control.")>
    Public Sub CollapseAll() 
    [C1Description("C1TreeView.CollapseAll", "Collapses all the nodes in the tree view control.")]
    public void CollapseAll()
    See Also