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

Method GetSelectionType

DuiLib/Control/UIRichEdit.cpp:1351–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349}
1350
1351WORD CRichEditUI::GetSelectionType() const
1352{
1353 LRESULT lResult;
1354 TxSendMessage(EM_SELECTIONTYPE, 0, 0, &lResult);
1355 return (WORD)lResult;
1356}
1357
1358bool CRichEditUI::GetAutoURLDetect() const
1359{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected