Description
- Toggles the minimised state of each window matching the specified caption list.
Syntax
- Window.MinRestore(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.MinRestore("*metapad")
- For each visible Metapad window, restores it if minimised, else minimises it.
Notes
- Each matching window is toggled separately, with respect to its own current state.