CBN_KILLFOCUS (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.