Method Remove
Remove(T)
Removes the given root object from the tree.
public void Remove(T o)
Parameters
oTThe root object to remove.
Remarks
If o is the currently SelectedObject then the selection is cleared.
Removes the given root object from the tree.
public void Remove(T o)
o TThe root object to remove.
If o is the currently SelectedObject then the selection is cleared.