SECEdit::SetReadOnly
voidSECEdit::SetReadOnly(BOOLbReadOnly= TRUE)
Sets or clears the read only state of the model. In the read only state, character insertions or deletions are not permitted.
Defined in: SECEdit.cpp
Return Value
void
Parameters
bReadOnly
The new read only state.
See Also