armFill

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the armFill of <button> to {true | false}
Associationsbutton
Summary

Determines whether a button menu is drawn with a border when armed.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the armFill of button "Go Menu" to true
Values
NameTypeDescription
Value

The armFill is true or false. By default, the armFill property of newly created buttons is set to false.

RelatedKeyword: 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.

Tagsui