ZForge.Controls.TreeViewAdv.Tree.TreeViewAdv.ClearSelectionInternal C# (CSharp) Method

ClearSelectionInternal() private method

private ClearSelectionInternal ( ) : void
return void
        internal void ClearSelectionInternal()
        {
            while (Selection.Count > 0)
                Selection[0].IsSelected = false;
        }
TreeViewAdv