Method RemoveAll
RemoveAll()
Removes all items from the tree view control.
public void RemoveAll()
Remarks
This method clears the tree view by calling the Clear() method, which removes all items and resets the tree structure.
Removes all items from the tree view control.
public void RemoveAll()
This method clears the tree view by calling the Clear() method, which removes all items and resets the tree structure.