Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.88 KB

cben-endedit.md

File metadata and controls

76 lines (44 loc) · 1.88 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
CBEN_ENDEDIT notification code (Commctrl.h)
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 code is sent in the form of a WM\_NOTIFY message.
b6b50951-7304-4499-b57b-a5b592de2190
CBEN_ENDEDIT notification code Windows Controls
apiref
CBEN_ENDEDIT
CBEN_ENDEDITA
CBEN_ENDEDITW
Commctrl.h
HeaderDef
reference
05/31/2018

CBEN_ENDEDIT notification code

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 code is sent in the form of a WM_NOTIFY message.

CBEN_ENDEDIT

    pnmEditInfo = (PNMCBEENDEDIT) lParam;

Parameters

lParam

A pointer to an NMCBEENDEDIT structure that contains information about how the user concluded the edit operation.

Return value

FALSE to accept the notification code and allow the control to display the selected item; otherwise, TRUE.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h
Unicode and ANSI names
CBEN_ENDEDITW (Unicode) and CBEN_ENDEDITA (ANSI)

See also

About ComboBoxEx Controls