window.isHidden
| Syntax |
window.isHidden (title)
|
| Params |
title is the name of the window we want to determine as being hidden.
|
| Action |
Determines if the window is hidden.
|
| Returns |
True if the window is not open or is hidden, false otherwise.
|
| Examples |
With the examples window open and visible, type and execute: window.hide (@examples); window.isHidden (@examples)
Now type and execute: window.isHidden (@examples)
Now close the examples window, then type and execute:
|
| Notes |
The names of open, hidden windows are italicized in the Window menu. This verb returns the opposite result of window.isVisible
|
| See Also |
window.hide
|