CListBox::ResetContent
Supprime tous les éléments d'une zone de liste.
void ResetContent( );
Exemple
// Delete all the items from the list box.
m_myListBox.ResetContent();
ASSERT(m_myListBox.GetCount() == 0);
Configuration requise
Header: afxwin.h