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