Description
- Toggles the "Always on top" setting for each window matching the specified caption list.
Syntax
- Window.TopNotTop(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.OnTop("under")
- Sets the window under the mouse to be on top, so that it is always above other windows.
Notes
- Each matching window is toggled separately, with respect to its own current state.