CListCtrl::DeleteAllItems
更新 : 2007 年 11 月
リスト ビュー コントロールからすべてのアイテムを削除します。
BOOL DeleteAllItems( );
戻り値
正常終了した場合は 0 以外を返します。それ以外の場合は 0 を返します。
使用例
// Delete all of the items from the list view control.
m_myListCtrl.DeleteAllItems();
ASSERT(m_myListCtrl.GetItemCount() == 0);
必要条件
ヘッダー : afxcmn.h