Determines whether a button menu is drawn with a border when armed.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the armFill of button to {true | false}
# Examples
set the armFill of button "Go Menu" to true
# Description
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 armFill property, but it has no effect.
If the button's showBorder property is true, the armFill property has no effect and the button fill color does not change when the button is armed.
# Tags
ui,
# See
- **keyword:** button - **property:** accentColor, armed, armBorder, autoArm, hiliteColor - **object:** button - **glossary:** property, menu item, button menu