This code indicates that the user has taken an action that may have altered the text in the edit control of a combo box. It is sent after Windows updates the display (unlike the CBN_EDITUPDATE code). 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_EDITCHANGE code in its high-order word. |
This message does not occur if the combo box does not contain an edit control.