Lingo Dictionary > T-Z > visible (window property) |
![]() ![]() ![]() |
visible (window property)
Syntax
window
whichWindow.
visible
the visible of window
whichWindow
Description
Window property; determines whether the window specified by whichWindow
is visible (TRUE
) or not (FALSE
).
This property can be tested and set.
Example
This statement makes the Control Panel window visible:
window("Control Panel").visible = TRUE
![]() ![]() ![]() |