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