EM_SETREADONLY top-level constant Null safety
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;
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.
const EM_SETREADONLY = 0x00CF;