TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / Check Method
If true then sets all checkbox of child nodes to the checked state.

In This Topic
    Check Method (C1TreeNode)
    In This Topic
    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