Description
- Sends all windows matching the specified caption list to the bottom of the stack of displayed windows.
Syntax
- Window.Back(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.Back("active")
- Sends the active window to the back.