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

Method LineLength

DuiLib/Control/UIRichEdit.cpp:1561–1566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1559}
1560
1561int CRichEditUI::LineLength(int nLine) const
1562{
1563 LRESULT lResult;
1564 TxSendMessage(EM_LINELENGTH, nLine, 0, &lResult);
1565 return (int)lResult;
1566}
1567
1568bool CRichEditUI::LineScroll(int nLines, int nChars)
1569{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected