CBN_SETFOCUS notification code
Applies to: desktop apps only
Sent when a combo box receives the keyboard focus. The parent window of the combo box receives this notification code through the WM_COMMAND message.
CBN_SETFOCUS
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 |
|
See also
- Reference
- CBN_KILLFOCUS
- Other Resources
- HIWORD
- LOWORD
- WM_COMMAND
Send comments about this topic to Microsoft
Build date: 3/6/2012