Compartilhar via


CListBox::ResetContent

Remove todos os itens de uma caixa de listagem.

void ResetContent( );

Exemplo

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

Requisitos

Cabeçalho: afxwin.h

Consulte também

Referência

Classe CListBox

Gráfico da hierarquia

LB_RESETCONTENT