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

ClearSelection() public method

public ClearSelection ( ) : void
return void
        public void ClearSelection()
        {
            BeginUpdate();
            try
            {
                ClearSelectionInternal();
            }
            finally
            {
                EndUpdate();
            }
        }
TreeViewAdv