Scroll Page Down command¶
Summary¶
Scrolls the document down by one page.
Description¶
Scrolls the document down by one page.
How to Run¶
Default Menu: None
All Commands: Window > Scroll > Page Down
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_SCROLL_PAGE_DOWN (3867)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3867);
[VBScript]¶
editor.ExecuteCommandByID 3867