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

Method PageDown

DuiLib/Control/UIRichEdit.cpp:1781–1784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1779}
1780
1781void CRichEditUI::PageDown()
1782{
1783 TxSendMessage(WM_VSCROLL, SB_PAGEDOWN, 0L, 0);
1784}
1785
1786void CRichEditUI::HomeUp()
1787{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected