Description
- Toggles a window's "rolled-up" state, rolling it up to just its caption if it is fully visible, or showing it again if it is already rolled-up.
Syntax
- Window.Rollup(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.Rollup("under")
- Rolls up the window under the mouse.