CBN_EDITUPDATE

Version 3.0

This code specifies that a combo box containing an edit control will display altered text. The control's parent window receives this code through a WM_COMMAND message from the control.

Parameter

Description

 

wParam

Specifies the control ID of the combo box.

 

lParam

Contains the combo-box window handle in its low-order word and the CBN_EDITUPDATE code in its high-order word.

 

Comments

This message does not occur if the combo box does not contain an edit control.