Remove Split command¶
Summary¶
Removes the split.
Description¶
Removes all window splits from the current document.
How to Run¶
Default Menu: Window > Remove Split
All Commands: Window > Split > Remove Split
Toolbar: None
Status Bar: None
Default Shortcut Key: SHIFT+F12
Plug-in Command ID¶
EEID_DELETE_PANES (4284)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4284);
[VBScript]¶
editor.ExecuteCommandByID 4284