CListBox::DeleteItem

This member function is called by the framework when the user deletes an item from an owner-draw CListBox object or destroys the list box.

Syntax

virtual void DeleteItem( LPDELETEITEMSTRUCT lpDeleteItemStruct );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CListBox Overview, CListBox Member Functions, Control Classes, CListBox::CompareItem, CWnd::OnDeleteItem, CListBox::DrawItem, CListBox::MeasureItem