ComponentOne TreeView for WinForms
Uncheck Method

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

Reference

C1TreeNode Class
C1TreeNode Members