Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message is sent when a combo box loses the keyboard focus. The parent window of the combo box receives this message through the WM_COMMAND message.
CBN_KILLFOCUSidComboBox=(int)LOWORD(wParam);hwndComboBox=(HWND)lParam;
Parameters
- idComboBox
Identifier of the combo box. - hwndComboBox
Handle to the combo box.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
See Also
Combo Boxes Messages | SendMessage | CBN_SETFOCUS | WM_COMMAND
Send Feedback on this topic to the authors