BOOL SetReadOnly( BOOL bReadOnly = TRUE );
Return Value
Nonzero if successful; otherwise, 0.
Parameters
bReadOnly
Indicates if this CRichEditCtrl object should be read only.
Remarks
Call this member function to change the ECO_READONLY option for this CRichEditCtrl object. For a brief description of this option, see SetOptions. You can use this function to set all the options for this CRichEditCtrl object.
For more information, see EM_SETREADONLY in the Win32 documentation.