Contents Index Topic Contents | ||
Previous Topic: CBEN_GETDISPINFO Next Topic: NM_SETCURSOR (ComboBoxEx) |
CBEN_INSERTITEM
CBEN_INSERTITEM pNMInfo = (PNMCOMBOBOXEX) lParam;Sent when a new item has been inserted in the control. This notification is sent in the form of a WM_NOTIFY message.
- The application processing this notification must return zero.
- pNMInfo
- Address of an NMCOMBOBOXEX structure containing information about the notification and the item that was inserted.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.