ES_READONLY top-level constant

int const ES_READONLY

Prevents the user from typing or editing text in the edit control.

Implementation

const ES_READONLY = 0x0800;