EM_LINEFROMCHAR top-level constant

int const EM_LINEFROMCHAR

Gets the index of the line that contains the specified character index in a multiline edit control.

A character index is the zero-based index of the character from the beginning of the edit control. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_LINEFROMCHAR = 0x00C9;