EM_GETLINECOUNT top-level constant

int const EM_GETLINECOUNT

Gets the number of lines in a multiline edit control.

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

Implementation

const EM_GETLINECOUNT = 0x00BA;