WM_VSCROLL top-level constant

int const WM_VSCROLL

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

Implementation

const WM_VSCROLL = 0x0115;