DesktopWindow.Types
From Xojo Documentation
Enumeration
The various types of windows available. This can only be set at design time in the Inspector.
Value |
---|
Document |
MovableModal |
ModalDialog |
Floating |
PlainBox |
ShadowedBox |
Rounded |
GlobalFloating |
Sheet |
ModelessDialog |
Notes
Sheet is only supported for macOS 10.15 and earlier. On MacOS 11 and greater a sheet will appear as a MovableModal. 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.