| 1356 | } |
| 1357 | |
| 1358 | bool CRichEditUI::GetAutoURLDetect() const |
| 1359 | { |
| 1360 | LRESULT lResult; |
| 1361 | TxSendMessage(EM_GETAUTOURLDETECT, 0, 0, &lResult); |
| 1362 | return (BOOL)lResult == TRUE; |
| 1363 | } |
| 1364 | |
| 1365 | bool CRichEditUI::SetAutoURLDetect(bool bAutoDetect) |
| 1366 | { |
nothing calls this directly
no outgoing calls
no test coverage detected