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

Method SetAllowBeep

DuiLib/Control/UIRichEdit.cpp:817–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817void CTxtWinHost::SetAllowBeep(BOOL fAllowBeep)
818{
819 fAllowBeep = fAllowBeep;
820
821 pserv->OnTxPropertyBitsChange(TXTBIT_ALLOWBEEP,
822 fAllowBeep ? TXTBIT_ALLOWBEEP : 0);
823}
824
825WORD CTxtWinHost::GetDefaultAlign()
826{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected