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¶
EEID_SHIFT_TOP (4184)
Macros¶
[JavaScript]¶
document.selection.StartOfDocument(true);
[VBScript]¶
document.selection.StartOfDocument true