Sent when a combo box loses the keyboard focus. The parent window of the combo box receives this notification code through the WM_COMMAND message.
CBN_KILLFOCUS WPARAM wParam; LPARAM lParam;
The LOWORD contains the control identifier of the combo box. The HIWORD specifies the notification code.
Handle to the combo box.
Minimum supported client
Minimum supported server
Header
Send comments about this topic to Microsoft
Build date: 9/6/2011