| 1405 | } |
| 1406 | |
| 1407 | void CRichEditUI::ScrollCaret() |
| 1408 | { |
| 1409 | TxSendMessage(EM_SCROLLCARET, 0, 0, 0); |
| 1410 | } |
| 1411 | |
| 1412 | int CRichEditUI::InsertText(long nInsertAfterChar, LPCTSTR lpstrText, bool bCanUndo) |
| 1413 | { |
nothing calls this directly
no outgoing calls
no test coverage detected