CComboBox::DeleteItem

This member function is called by the framework when the user deletes an item from an owner-draw CComboBox object or destroys the combo box. The default implementation of this function does nothing. Override this function to redraw the combo box as needed.

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

CComboBox Overview, CComboBox Member Functions, Control Classes, CComboBox::CompareItem, CComboBox::DrawItem, CComboBox::MeasureItem