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

Method LineIndex

DuiLib/Control/UIRichEdit.cpp:1554–1559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1552}
1553
1554int CRichEditUI::LineIndex(int nLine) const
1555{
1556 LRESULT lResult;
1557 TxSendMessage(EM_LINEINDEX, nLine, 0, &lResult);
1558 return (int)lResult;
1559}
1560
1561int CRichEditUI::LineLength(int nLine) const
1562{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected