TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / Expand Method
If true then sets all child nodes to the expanded state.

In This Topic
    Expand Method (C1TreeNode)
    In This Topic
    Sets the tree node to the expanded state.
    Syntax
    'Declaration
     
    
    Public Sub Expand( _
       Optional ByVal allChildrens As Boolean _
    ) 
    public void Expand( 
       bool allChildrens
    )

    Parameters

    allChildrens
    If true then sets all child nodes to the expanded state.
    See Also