maximize | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the decorations property to indicate whether the maximize or zoom box appears in a window's title bar. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Keyword: menu, maximize Glossary: property, title bar, keyword, Windows, zoom box Property: label, decorations, systemWindow, zoomBox |
Description | Use the maximize keyword to turn a window's maximize or zoom box on or off. Setting a stack's decorations property to maximize automatically includes 'title' in the value of the decorations, turning on the window's title bar. The name on the title bar can be set using the window's label property. *Cross-platform note:* On Windows systems, the menu decoration must be set along with maximize : you cannot use maximize without including menu. |
Tags | windowing |