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

Method SetAutoURLDetect

DuiLib/Control/UIRichEdit.cpp:1365–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363}
1364
1365bool CRichEditUI::SetAutoURLDetect(bool bAutoDetect)
1366{
1367 LRESULT lResult;
1368 TxSendMessage(EM_AUTOURLDETECT, bAutoDetect, 0, &lResult);
1369 return (BOOL)lResult == FALSE;
1370}
1371
1372DWORD CRichEditUI::GetEventMask() const
1373{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected