WM_HSCROLL top-level constant

int const WM_HSCROLL

The WM_HSCROLL message is sent to a window when a scroll event occurs in the window's standard horizontal scroll bar. This message is also sent to the owner of a horizontal scroll bar control when a scroll event occurs in the control.

Implementation

const WM_HSCROLL = 0x0114;