Exemple #1
0
 public void Collapse()
 {
     CollapseInternal();
     if (null != treeView)
     {
         treeView.InvalidateDown(this);
     }
 }