◄CWnd► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── afx_msg void OnDeleteItem( LPDELETEITEMSTRUCT lpDeleteItemStruct ); Parameter Description <lpDeleteItemStruct> Specifies a long pointer to a DELETEITEMSTRUCT data structure that contains information about the deleted list box item. Remarks Called to inform the owner of an owner-draw list box or combo box that the list box or combo box is destroyed or that items are removed by ◄CComboBox::DeleteString►, ◄CListBox::DeleteString►, ◄CComboBox::ResetContent►, or ◄CListBox::ResetContent►. This message-handler member function calls the ◄Default► member function. Override this member function in your derived class to handle the ◄WM_DELETEITEM► message. See Also ◄CComboBox::DeleteString►, ◄CListBox::DeleteString►, ◄CComboBox::ResetContent►, ◄CListBox::ResetContent►, ◄CWnd::Default►, ◄WM_DELETEITEM► -♦-