Prev Next
TreeView_DeleteAllItems info Overview GroupThe TreeView_DeleteAllItems macro removes an item from a tree-view control. You can use this macro, the TreeView_DeleteItem macro, or explicitly send the TVM_DELETEITEM message. BOOL TreeView_DeleteAllItems(
Parameters
Return ValuesReturns TRUE if successful or FALSE otherwise. RemarksIf the item label is being edited, the edit operation is canceled and the parent window receives the TVN_ENDLABELEDIT notification message. The parent window receives a TVN_DELETEITEM notification message when the item is removed. See AlsoTreeView_DeleteItem, TVM_DELETEITEM, TVN_DELETEITEM, TVN_ENDLABELEDIT
. |