Close Group command¶
Summary¶
Closes all documents in the current group.
Description¶
Closes all documents in the current group.
How to Run¶
Default Menu: None
All Commands: Window > Group > Close Group
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_GROUP_CLOSE_ALL (4387)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4387);
[VBScript]¶
editor.ExecuteCommandByID 4387