CComboBox::ResetContent
Entfernt alle Elemente aus dem Listenfeld und vom Bearbeitungssteuerelement eines Kombinationsfelds.
void ResetContent( );
Beispiel
// Delete all the items from the combo box.
m_pComboBox->ResetContent();
ASSERT(m_pComboBox->GetCount() == 0);
Anforderungen
Header: afxwin.h