Description
- Toggles the maximised state of the specified window(s).
Syntax
- Window.MaxNormal(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.MaxNormal("active")
- Maximises the active window if it is currently unmaximised, else restores it to normal state.
Notes
- Each matching window is toggled separately, with respect to its own current state.