次の方法で共有


CListBox::ResetContent

リスト ボックスからすべての項目を削除します。

void ResetContent( );

使用例

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

必要条件

ヘッダー: afxwin.h

参照

関連項目

CListBox クラス

階層図

LB_RESETCONTENT