CBN_SETFOCUS

3.0

The CBN_SETFOCUS notification message is sent when a combo box receives the input focus. The parent window of the combo box receives this notification message through a WM_COMMAND message.

Parameters

wParam

Specifies the identifier of the combo box.

lParam

Specifies the handle of the combo box in the low-order word, and specifies the CBN_SETFOCUS notification message in the high-order word.

See Also

CBN_KILLFOCUS, WM_COMMAND