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

Method SetTransparent

DuiLib/Control/UIRichEdit.cpp:939–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937}
938
939void CTxtWinHost::SetTransparent(BOOL f_Transparent)
940{
941 fTransparent = f_Transparent;
942
943 // notify text services of property change
944 pserv->OnTxPropertyBitsChange(TXTBIT_BACKSTYLECHANGE, 0);
945}
946
947LONG CTxtWinHost::SetAccelPos(LONG l_accelpos)
948{

Callers 1

DoInitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected