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

Method LineUp

DuiLib/Control/UIRichEdit.cpp:1759–1762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1757}
1758
1759void CRichEditUI::LineUp()
1760{
1761 TxSendMessage(WM_VSCROLL, SB_LINEUP, 0L, 0);
1762}
1763
1764void CRichEditUI::LineDown()
1765{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected