Description
- Sets all windows matching the specified caption list to be "Always on top".
Syntax
- Window.OnTop(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.