Notifies the application that the list box has received the keyboard focus. The parent window of the list box receives this notification code through the WM_COMMAND message.
No code example is currently available or this language may not be supported.
Parameters
- wParam
-
The LOWORD contains the identifier of the list box. The HIWORD specifies the notification code.
- lParam
-
Handle to the list box.
Requirements
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2003 [desktop apps only]
|
Header
|
- Winuser.h (include Windows.h)
|
See also
- Reference
-
LBN_KILLFOCUS
- Other Resources
-
HIWORD
-
LOWORD
-
WM_COMMAND