EN_HSCROLL

2.x

EN_HSCROLL

The EN_HSCROLL notification message is sent when the user clicks an edit control's horizontal scroll bar. The control's parent window receives this notification message through a WM_COMMAND message. The parent window is notified before the screen is updated.

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_HSCROLL notification message in the high-order word.

See Also

EN_VSCROLL, WM_COMMAND