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

Method GetCharPos

DuiLib/Control/UIRichEdit.cpp:1575–1580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1573}
1574
1575CPoint CRichEditUI::GetCharPos(long lChar) const
1576{
1577 CPoint pt;
1578 TxSendMessage(EM_POSFROMCHAR, (WPARAM)&pt, (LPARAM)lChar, 0);
1579 return pt;
1580}
1581
1582long CRichEditUI::LineFromChar(long nIndex) const
1583{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected