DesktopWindow.Visible
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Boolean )
aDesktopWindow.Visible = newBooleanValue
or
BooleanValue = aDesktopWindow.Visible
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopWindow.Visible
New in 2021r3
Supported for all project types and targets.
Controls the visibility of the window.
Notes
If True, the window will be visible when it is opened. After it is opened, setting Visible to False is equivalent to calling the Hide method. Or, if the window not initially shown, setting Visible to True is equivalent to calling the Show method.