Close Tab command¶
Summary¶
Closes the selected tab.
Description¶
This command closes the selected tab.
How to Run¶
Default Menu: None
All Commands: File > Close > Close Tab
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID__CLOSE_TAB (23246)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(23246);
[VBScript]¶
editor.ExecuteCommandByID 23246