EM_SETREADONLY top-level constant

int const EM_SETREADONLY

Sets or removes the read-only style (ES_READONLY) of an edit control.

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

Implementation

const EM_SETREADONLY = 0x00CF;