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

Method GetSelectionCharFormat

DuiLib/Control/UIRichEdit.cpp:1450–1456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448}
1449
1450DWORD CRichEditUI::GetSelectionCharFormat(CHARFORMAT2 &cf) const
1451{
1452 cf.cbSize = sizeof(CHARFORMAT2);
1453 LRESULT lResult;
1454 TxSendMessage(EM_GETCHARFORMAT, 1, (LPARAM)&cf, &lResult);
1455 return (DWORD)lResult;
1456}
1457
1458bool CRichEditUI::SetSelectionCharFormat(CHARFORMAT2 &cf)
1459{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected