zoomBox | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | maximizebox | ||||||
Associations | stack | ||||||
Summary | Shows a window's zoom box. | ||||||
Introduced | 1.0 | ||||||
Changes | The synonym "maximizeBox" was added in version 2.1. | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: default Property: draggable, minimizeBox, decorations Object: stack Glossary: property, stack window, OS X, zoom box, Windows, maximize button, title bar | ||||||
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 box (Unix and Windows systems) appears in a stack window's 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 | windowing |