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

Method ScrollCaret

DuiLib/Control/UIRichEdit.cpp:1407–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405}
1406
1407void CRichEditUI::ScrollCaret()
1408{
1409 TxSendMessage(EM_SCROLLCARET, 0, 0, 0);
1410}
1411
1412int CRichEditUI::InsertText(long nInsertAfterChar, LPCTSTR lpstrText, bool bCanUndo)
1413{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected