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

Method PageUp

DuiLib/Control/UIRichEdit.cpp:1776–1779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1774}
1775
1776void CRichEditUI::PageUp()
1777{
1778 TxSendMessage(WM_VSCROLL, SB_PAGEUP, 0L, 0);
1779}
1780
1781void CRichEditUI::PageDown()
1782{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected