LBN_SETFOCUS notification code
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.
LBN_SETFOCUS
WPARAM wParam;
LPARAM lParam;
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 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
- Reference
- LBN_KILLFOCUS
- Other Resources
- HIWORD
- LOWORD
- WM_COMMAND
Send comments about this topic to Microsoft
Build date: 10/27/2012