RemoveAllNodes Method
Topic Last Modified: 2006-06-13
The RemoveAllNodes method removes all nodes in the TreeView control.
Applies To
Syntax
Function RemoveAllNodes()
HRESULT RemoveAllNodes
();
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Although this method removes all nodes, it does not affect any resources in the Exchange store.
Example
The following example removes all nodes from the TreeView control.
EXTV1.RemoveAllNodes