CComboBox::ResetContent

Usuwa wszystkie elementy z listy pole i edytować formant pola kombi.

void ResetContent( );

Przykład

// Delete all the items from the combo box.
m_pComboBox->ResetContent();
ASSERT(m_pComboBox->GetCount() == 0);

Wymagania

Nagłówek: afxwin.h

Zobacz też

Informacje

Klasa CComboBox

Diagram hierarchii

CB_RESETCONTENT