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

Method LineFromChar

DuiLib/Control/UIRichEdit.cpp:1582–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580}
1581
1582long CRichEditUI::LineFromChar(long nIndex) const
1583{
1584 if( !m_pTwh ) return 0L;
1585 LRESULT lResult;
1586 TxSendMessage(EM_EXLINEFROMCHAR, 0, nIndex, &lResult);
1587 return (long)lResult;
1588}
1589
1590CPoint CRichEditUI::PosFromChar(UINT nChar) const
1591{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected