Deselect Top Selection from Multiple Selections command¶
Summary¶
Deselects the top selection from multiple selections.
Description¶
Deselects the top selection from multiple selections.
How to Run¶
Default Menu: None
All Commands: Edit > Extend Selection > Deselect Top Selection from Multiple Selections
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: ALT+CTRL+SHIFT+UP
Plug-in Command ID¶
EEID_CANCEL_TOP_SEL (4030)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4030);
[VBScript]¶
editor.ExecuteCommandByID 4030