Sdílet prostřednictvím


CListBox::ResetContent

Odebere všechny položky ze seznamu.

void ResetContent( );

Příklad

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

Požadavky

Záhlaví: afxwin.h

Viz také

Referenční dokumentace

Třída CListBox

Graf hierarchie

LB_RESETCONTENT