Minimize All command

Summary

Minimizes all windows.

Description

Minimizes all open EmEditor windows.

How to Run

  • Default Menu: Window > Minimize All

  • All Commands: Window > Minimize All

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_WINDOW_MINIMIZE_ALL (4244)

Macros

[JavaScript]

editor.ExecuteCommandByID(4244);

[VBScript]

editor.ExecuteCommandByID 4244