virtual void DeleteItem( LPDELETEITEMSTRUCT lpDeleteItemStruct );
Parameters
lpDeleteItemStruct
A long pointer to a Windows DELETEITEMSTRUCT structure that contains information about the deleted item.
Remarks
Called by the framework when the user deletes an item from an owner-draw CListBox object or destroys the list box. The default implementation of this function does nothing. Override this function to redraw an owner-draw list box as needed.
See CWnd::OnDeleteItem for a description of the DELETEITEMSTRUCT structure.
CListBox Overview | Class Members | Hierarchy Chart
See Also CListBox::CompareItem, CWnd::OnDeleteItem, CListBox::DrawItem, CListBox::MeasureItem, ::DeleteItem