| 1363 | } |
| 1364 | |
| 1365 | bool CRichEditUI::SetAutoURLDetect(bool bAutoDetect) |
| 1366 | { |
| 1367 | LRESULT lResult; |
| 1368 | TxSendMessage(EM_AUTOURLDETECT, bAutoDetect, 0, &lResult); |
| 1369 | return (BOOL)lResult == FALSE; |
| 1370 | } |
| 1371 | |
| 1372 | DWORD CRichEditUI::GetEventMask() const |
| 1373 | { |
nothing calls this directly
no outgoing calls
no test coverage detected