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

Method GetAutoURLDetect

DuiLib/Control/UIRichEdit.cpp:1358–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356}
1357
1358bool CRichEditUI::GetAutoURLDetect() const
1359{
1360 LRESULT lResult;
1361 TxSendMessage(EM_GETAUTOURLDETECT, 0, 0, &lResult);
1362 return (BOOL)lResult == TRUE;
1363}
1364
1365bool CRichEditUI::SetAutoURLDetect(bool bAutoDetect)
1366{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected