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

Method GetReadOnly

DuiLib/Control/UIRichEdit.cpp:736–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736BOOL CTxtWinHost::GetReadOnly()
737{
738 return (dwStyle & ES_READONLY) != 0;
739}
740
741void CTxtWinHost::SetReadOnly(BOOL fReadOnly)
742{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected