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

Method SetDisabled

DuiLib/Control/UIRichEdit.cpp:972–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970}
971
972void CTxtWinHost::SetDisabled(BOOL fOn)
973{
974 cf.dwMask |= CFM_COLOR | CFM_DISABLED;
975 cf.dwEffects |= CFE_AUTOCOLOR | CFE_DISABLED;
976
977 if( !fOn )
978 {
979 cf.dwEffects &= ~CFE_DISABLED;
980 }
981
982 pserv->OnTxPropertyBitsChange(TXTBIT_CHARFORMATCHANGE,
983 TXTBIT_CHARFORMATCHANGE);
984}
985
986LONG CTxtWinHost::SetSelBarWidth(LONG l_SelBarWidth)
987{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected