maximize

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
maximize
Summary

Used with the decorations property to indicate whether the maximize or zoom box appears in a window's title bar.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
set the decorations of this stack to maximize
RelatedKeyword: 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.

Tagswindowing