| 1349 | } |
| 1350 | |
| 1351 | WORD CRichEditUI::GetSelectionType() const |
| 1352 | { |
| 1353 | LRESULT lResult; |
| 1354 | TxSendMessage(EM_SELECTIONTYPE, 0, 0, &lResult); |
| 1355 | return (WORD)lResult; |
| 1356 | } |
| 1357 | |
| 1358 | bool CRichEditUI::GetAutoURLDetect() const |
| 1359 | { |
nothing calls this directly
no outgoing calls
no test coverage detected