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