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

Method Redo

DuiLib/Control/UIRichEdit.cpp:1497–1503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495}
1496
1497bool CRichEditUI::Redo()
1498{
1499 if( !m_pTwh ) return false;
1500 LRESULT lResult;
1501 TxSendMessage(EM_REDO, 0, 0, &lResult);
1502 return (BOOL)lResult == TRUE;
1503}
1504
1505bool CRichEditUI::Undo()
1506{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected