EM_SETLIMITTEXT top-level constant

int const EM_SETLIMITTEXT

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_SETLIMITTEXT = EM_LIMITTEXT;