Contents Index Topic Contents | ||
Previous Topic: ComboBoxEx Control Notification Messages Next Topic: CBEN_DELETEITEM |
CBEN_BEGINEDIT
CBEN_BEGINEDIT lpnmhdr = (LPNMHDR) lParam;Sent when the user activates the drop-down list or clicks in the control's edit box. This notification is sent in the form of a WM_NOTIFY message.
- The application processing this notification must return zero.
- lpnmhdr
- Address of an NMHDR structure that contains information about the notification.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.