Click or drag to resize

ITreeAdaptorBecomeRoot Method

Overload List
  NameDescription
Public methodBecomeRoot(Object, Object)
If oldRoot is a nil root, just copy or move the children to newRoot. If not a nil root, make oldRoot a child of newRoot.
Public methodBecomeRoot(IToken, Object)
Create a node for newRoot make it the root of oldRoot. If oldRoot is a nil root, just copy or move the children to newRoot. If not a nil root, make oldRoot a child of newRoot.
Top
See Also