EM_FMTLINES top-level constant

int const EM_FMTLINES

Sets a flag that determines whether a multiline edit control includes soft line-break characters.

A soft line break consists of two carriage returns and a line feed and is inserted at the end of a line that is broken because of wordwrapping.

Implementation

const EM_FMTLINES = 0x00C8;