EM_SCROLL top-level constant

int const EM_SCROLL

Scrolls the text vertically in a multiline edit control.

This message is equivalent to sending a WM_VSCROLL message to the edit control. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_SCROLL = 0x00B5;