EM_GETFIRSTVISIBLELINE top-level constant

int const EM_GETFIRSTVISIBLELINE

Gets the zero-based index of the uppermost visible line in a multiline edit control.

You can send this message to either an edit control or a rich edit control.

Implementation

const EM_GETFIRSTVISIBLELINE = 0x00CE;