closeBox | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Shows a window's close box. | ||||||
Introduced | 1.0 | ||||||
Changes | The closeBox property was fully implemented in version 2.1. In previous versions, it was included in LiveCode for compatibility with imported SuperCard projects, but setting it had no effect. | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: default Property: decorations, minimizeBox Message: closeStack Object: stack Glossary: property, stack window, close box | ||||||
Description | Use the closeBox property to display the close box in a window's title bar. The setting of this property affects the decorations property, and vice versa. Setting a stack's closeBox property determines whether its decorations property includes "close" (or is "default", for window styles that normally include a close box). Conversely, setting a stack's decorations property sets its closeBox to true or false depending on whether the decorations includes "close" (or is "default" ).
Setting the closeBox property causes the stack window to flash briefly. | ||||||
Tags | windowing |