Contents Index Topic Contents | ||
Previous Topic: CBEN_DRAGBEGIN Next Topic: CBEN_GETDISPINFO |
CBEN_ENDEDIT
CBEN_ENDEDIT pnmEditInfo = (PNMCBEENDEDIT) lParam;Sent when the user has concluded an operation within the edit box or has selected an item from the control's drop-down list. This notification is sent in the form of a WM_NOTIFY message.
- To accept the notification and allow the control to display the selected item, return FALSE. To abort the edit selection, return TRUE.
- pnmEditInfo
- Address of an NMCBEENDEDIT structure that contains information about how the user concluded the edit operation.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.