Lingo Dictionary > T-Z > titleVisible |
![]() ![]() ![]() |
titleVisible
Syntax
window (
whichWindow.
titleVisible)
the titleVisible of window
whichWindow
Description
Window property; specifies whether the window specified by whichWindow
displays the window title in the window's title bar.
This property can be tested and set for windows other than the Stage.
Example
This statement displays the title of the Control Panel window by setting the window's titleVisible
property to TRUE
:
window("Control Panel").titleVisible = TRUE
![]() ![]() ![]() |