Contents Index Topic Contents | ||
Previous Topic: CBEN_BEGINEDIT Next Topic: CBEN_DRAGBEGIN |
CBEN_DELETEITEM
CBEN_DELETEITEM pCBEx= (PNMCOMBOBOXEX) lParam;Sent when an item has been deleted. This notification is sent in the form of a WM_NOTIFY message.
- The application processing this notification must return zero.
- pCBEx
- Address of an NMCOMBOBOXEX structure that contains information about the notification and the deleted item.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.