CComboBox::ResetContent
Odebere všechny položky ze seznamu pole a textové pole se seznamem.
void ResetContent( );
Příklad
// Delete all the items from the combo box.
m_pComboBox->ResetContent();
ASSERT(m_pComboBox->GetCount() == 0);
Požadavky
Záhlaví: afxwin.h