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

Method AppendText

DuiLib/Control/UIRichEdit.cpp:1419–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1417}
1418
1419int CRichEditUI::AppendText(LPCTSTR lpstrText, bool bCanUndo)
1420{
1421 int nRet = SetSel(-1, -1);
1422 ReplaceSel(lpstrText, bCanUndo);
1423 return nRet;
1424}
1425
1426DWORD CRichEditUI::GetDefaultCharFormat(CHARFORMAT2 &cf) const
1427{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected