Description
- Removes any "Always On Top" settings for all windows matching the specified caption list.
Syntax
- Window.NotTop(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.NotTop("under")
- Removes the "Always on top" setting of the window under the mouse.