CComboBox::ResetContent
从列表框中移除所有项和组合框的编辑控件。
void ResetContent( );
示例
// Delete all the items from the combo box.
m_pComboBox->ResetContent();
ASSERT(m_pComboBox->GetCount() == 0);
要求
Header: afxwin.h
从列表框中移除所有项和组合框的编辑控件。
void ResetContent( );
// Delete all the items from the combo box.
m_pComboBox->ResetContent();
ASSERT(m_pComboBox->GetCount() == 0);
Header: afxwin.h