Top Extend command
Summary
Extends the selection to the top of the document.
Description
Extends the selection to the top of the document.
How to Run
- Default Menu: None
- All Commands: Edit > Extend Selection
> Top Extend
- Toolbar: None
- Status Bar: None
- Default Keyboard Shortcut: CTRL+SHIFT+HOME
Plug-in Command ID
Macros
[JavaScript]
document.selection.StartOfDocument(true);
[VBScript]
document.selection.StartOfDocument true
Send feedback on this topic to Emurasoft