Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this function to delete all items from the tree view control.
BOOL DeleteAllItems( );
Return Value
Nonzero if successful; otherwise 0.
Example
// The underlying Windows API always returns TRUE
VERIFY(m_TreeCtrl.DeleteAllItems());
Requirements
Header: afxcmn.h