ComponentOne TreeView for WinForms
Collapse Method

C1.Win.TreeView Namespace > C1TreeNode Class : Collapse Method
If true then sets all child nodes to the collapsed state.
Sets the tree node to the collapsed state.
Syntax
'Declaration
 
Public Sub Collapse( _
   Optional ByVal allChildrens As Boolean _
) 
public void Collapse( 
   bool allChildrens
)

Parameters

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

Reference

C1TreeNode Class
C1TreeNode Members