Shows a window's zoom box.
# Metadata
Platforms: desktop OS: mac, windows, linux Introduced: 1.0 Security:
# Syntax
set the zoomBox of stack to {true | false}
# Examples
set the zoomBox of me to true
set the zoomBox of the templateStack to false
# Description
Use the zoomBox property to display the zoom box or maximize box in a window's title bar.
The terminology varies depending on platform. The zoomBox property determines whether the zoom box (Mac OS and OS X systems) or maximize button (Unix and Windows) appears in a stack window title bar.
The setting of this property affects the decorations property, and vice versa. Setting a stack's zoomBox property determines whether its decorations property includes "maximize" (or is "default", for window styles that normally include a zoom box). Conversely, setting a stack's decorations property sets its zoomBox to true or false depending on whether the decorations includes "maximize" (or is "default" ).
Setting the zoomBox property causes the stack window to flash briefly.
# Tags
# See
- **keyword:** default - **property:** draggable, minimizeBox, decorations - **object:** stack - **glossary:** property, stack window, OS X, zoom box, Windows, maximize button, title bar