Description
- Toggles a window's visibility.
Syntax
- Window.Hide(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.Hide("menu")
- Shows a menu of visible windows, then hides the selected window.
Notes
- Take care when applying Window.HideShow() to multiple windows, as there are many windows which should normally remain invisible.