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

Method PageLeft

DuiLib/Control/UIRichEdit.cpp:1806–1809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1804}
1805
1806void CRichEditUI::PageLeft()
1807{
1808 TxSendMessage(WM_HSCROLL, SB_PAGELEFT, 0L, 0);
1809}
1810
1811void CRichEditUI::PageRight()
1812{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected