Invert Selection command¶
Summary¶
Inverts the selection.
Description¶
Inverts the selection.
How to Run¶
Default Menu: Edit > Advanced > Invert Selection
All Commands: Edit > Extend Selection > Invert Selection
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_INVERT_SELECTION (4065)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4065);
[VBScript]¶
editor.ExecuteCommandByID 4065