Description
- Toggles backmost/foremost setting of each window matching the specified caption list, sending it to the back if foremost, else activating it.
Syntax
- Window.BackShow(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.BackShow("*notepad")
- Sends each visible Notepad window to the back of the stack if it's active, else activates it.
Notes
- Each matching window is toggled separately, with respect to its own current state.