CListBox::ResetContent

Usuwa wszystkie elementy w polu listy.

void ResetContent( );

Przykład

// Delete all the items from the list box.
m_myListBox.ResetContent();
ASSERT(m_myListBox.GetCount() == 0);

Wymagania

Nagłówek: afxwin.h

Zobacz też

Informacje

Klasa CListBox

Diagram hierarchii

LB_RESETCONTENT