minimizeBox | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | collapsebox | ||||||
Associations | stack | ||||||
Summary | Shows a window's minimize box or collapse box. | ||||||
Introduced | 2.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: default Property: closeBox, zoomBox Message: unIconifyStack Object: stack Glossary: property, stack window, OS X, collapse box, Windows, Mac OS, Unix, title bar, minimize button, iconify | ||||||
Description | Use the minimizeBox property to display the collapse box or minimize box in a window's title bar. The terminology varies depending on platform. The minimizeBox property determines whether the collapse box (Mac OSsystems), minimize box (OS X and Windowssystems) or iconify box (Unix 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 minimizeBox property determines whether its decorations property includes "minimize" (or is "default", for window styles that normally include a minimize box). Conversely, setting a stack's decorations property sets its minimizeBox to true or false depending on whether the decorations includes "minimize" (or is "default" ). Setting the minimizeBox property causes the stack window to flash briefly. | ||||||
Tags | windowing |