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

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

    Parameters

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