EM_LIMITTEXT top-level constant

int const EM_LIMITTEXT

Sets the text limit of an edit control.

The text limit is the maximum amount of text, in TCHARs, that the user can type into the edit control. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_LIMITTEXT = 0x00C5;