Window.Frame
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Window.Type as a replacement. |
Design Property (as Integer)
The window type. Set the desired Frame type in the Inspector.
Notes
Frame is set to one of the following values:
Value | Class Constant |
---|---|
0 | Document window |
1 | Movable Modal window |
2 | Modal Dialog box |
3 | Floating window |
4 | Plain box |
5 | Shadowed box |
6 | Rounded window |
7 | Global floating window |
8 | Sheet window (macOS only, displays as movable modal dialog on Windows/Linux) |
9 | Metal window (macOS only, although rarely used and deprecated by Apple) |
10 | Drawer window (No longer supported). |
11 | Modeless Dialog box (displayed as a Document window for OSs that do not have this concept) |
The various frame types are covered in the User Guide.
See Also
Window class