armFill | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | button | ||||||
Summary | Determines whether a button menu is drawn with a border when armed. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: button Property: accentColor, armed, armBorder, autoArm, hiliteColor Object: button Glossary: property, menu item, button menu | ||||||
Description | Use the armFill property to control the appearance of an armed menu item. When armed, the button is filled with the color specified by the accentColor property. If the button's style property is not set to "menu", you can set the button's armFill property, but it has no effect. If the button's showBorder property is true, the armFill property has no effect and the button's fill color does not change when the button is armed. | ||||||
Tags | ui |