EM_LINEINDEX top-level constant

int const EM_LINEINDEX

Gets the character index of the first character of a specified line 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_LINEINDEX = 0x00BB;