DockableWindow.Visible Property
Parent Object: DockableWindowDescription
Read-write property that gets and sets whether the window is currently visible.
Syntax
DockableWindow.Visible() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Dockable window | This sample demonstrates creating a dockable window and adding a dialog into it. |