次の方法で共有


CListCtrl::DeleteAllItems

リスト ビュー コントロールからすべてのアイテムを削除します。

BOOL DeleteAllItems( );

戻り値

正常終了した場合は 0 以外を返します。それ以外の場合は 0 を返します。

使用例

    // Delete all of the items from the list view control.
    m_myListCtrl.DeleteAllItems();
    ASSERT(m_myListCtrl.GetItemCount() == 0);

必要条件

**ヘッダー:**afxcmn.h

参照

参照

CListCtrl クラス

階層図

CListCtrl::InsertItem

CListCtrl::DeleteItem

その他の技術情報

CListCtrl のメンバー