ComponentOne TreeView for WinForms
Expand Method

C1.Win.TreeView Namespace > C1TreeNode Class : Expand Method
If true then sets all child nodes to the expanded state.
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

Reference

C1TreeNode Class
C1TreeNode Members