EN_SETFOCUS

2.x

EN_SETFOCUS

The EN_SETFOCUS notification message is sent when an edit control receives the input focus. The control's parent window receives this notification message through a WM_COMMAND message.

Parameters

wParam

Specifies the identifier of the edit control.

lParam

Specifies the handle of the edit control in the low-order word, and specifies the EN_SETFOCUS notification message in the high-order word.

See Also

EN_KILLFOCUS, WM_COMMAND