MCPcopy Create free account
hub / github.com/cinience/RedisStudio / IsReadOnly

Method IsReadOnly

DuiLib/Control/UIRichEdit.cpp:1104–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102}
1103
1104bool CRichEditUI::IsReadOnly()
1105{
1106 return m_bReadOnly;
1107}
1108
1109void CRichEditUI::SetReadOnly(bool bReadOnly)
1110{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected