Method Remove
Remove()
Removes the tree item from the tree view control.
public virtual void Remove()
Remarks
When the Remove() method is called, the tree item, and any child tree items that are assigned to the TreeControlItem, are removed from the tree view control.
Remove(TreeControlItem)
Removes the specified child item from this tree control item.
public virtual bool Remove(TreeControlItem item)
Parameters
item
TreeControlItemThe item to remove.
Returns
- bool
true if the item was successfully removed; otherwise, false.