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

Method SetDefaultAlign

DuiLib/Control/UIRichEdit.cpp:830–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830void CTxtWinHost::SetDefaultAlign(WORD wNewAlign)
831{
832 pf.wAlignment = wNewAlign;
833
834 // Notify control of property change
835 pserv->OnTxPropertyBitsChange(TXTBIT_PARAFORMATCHANGE, 0);
836}
837
838BOOL CTxtWinHost::GetRichTextFlag()
839{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected