CBN_SETFOCUS (Windows CE 5.0)
This message is sent when a combo box receives the keyboard focus. The parent window of the combo box receives this message through the WM_COMMAND message.
CBN_SETFOCUSidComboBox=(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_KILLFOCUS | WM_COMMAND
Send Feedback on this topic to the authors