Window.Types
From Xojo Documentation
Enumeration
The various types of windows available. This can only be set at design time in the Inspector.
Value | Class Constant |
---|---|
Document | |
MovableModal | |
ModalDialog | |
Floating | |
PlainBox | |
ShadowedBox | |
Rounded | |
GlobalFloating | |
Sheet | |
ModelessDialog |
Notes
Sheet is only supported for macOS. On Windows and Linux, a MovableModal is used instead. ModelessDialog will instead be displayed as Document if the OS doesn't support modeless dialogs.
The various frame types are covered in the User Guide.