Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Windows Controls
Control Library
ComboBox
 CBN_KILLFOCUS notification code
CBN_KILLFOCUS notification code

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; 

Parameters

wParam

The LOWORD contains the control identifier of the combo box. The HIWORD specifies the notification code.

lParam

Handle to the combo box.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Winuser.h (include Windows.h)

See also

Reference
CBN_SETFOCUS
Other Resources
HIWORD
LOWORD
WM_COMMAND

 

 

Send comments about this topic to Microsoft

Build date: 9/6/2011

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker