Method RemoveSelectedItem
RemoveSelectedItem()
Removes the currently selected item from the tree view.
public void RemoveSelectedItem()
RemoveSelectedItem(bool)
Removes the currently selected item from the tree view and optionally selects on of the remaining items.
public virtual void RemoveSelectedItem(bool selectSibling)
Parameters
selectSibling
bool