CComboBox::ResetContent
コンボ ボックスのリスト ボックスとエディット コントロールからすべての項目を削除します。
void ResetContent( );
使用例
// Delete all the items from the combo box.
m_pComboBox->ResetContent();
ASSERT(m_pComboBox->GetCount() == 0);
必要条件
ヘッダー: afxwin.h
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
コンボ ボックスのリスト ボックスとエディット コントロールからすべての項目を削除します。
void ResetContent( );
// Delete all the items from the combo box.
m_pComboBox->ResetContent();
ASSERT(m_pComboBox->GetCount() == 0);
ヘッダー: afxwin.h