TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / UncheckAll Method

In This Topic
    UncheckAll Method (C1TreeView)
    In This Topic
    Unchecks all nodes in the tree view control.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeView.UncheckAll", "Unchecks all nodes in the tree view control.")>
    Public Sub UncheckAll() 
    [C1Description("C1TreeView.UncheckAll", "Unchecks all nodes in the tree view control.")]
    public void UncheckAll()
    See Also