ComponentOne TreeView for WinForms
Check Method

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

Parameters

allChildrens
If true then sets all checkbox of child nodes to the checked state.
See Also

Reference

C1TreeNode Class
C1TreeNode Members