Scroll Top command¶
Summary¶
Scrolls the document to the top of the document.
Description¶
Scrolls the document to the top of the document.
How to Run¶
Default Menu: None
All Commands: Window > Scroll > Top
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_SCROLL_TOP (3864)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3864);
[VBScript]¶
editor.ExecuteCommandByID 3864