armedIcon

Specifies an image to display in a button when the mouse pointer enters it.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.1 Security:

# Syntax

set the armedIcon of button to {imageID | imageName}

# Examples

set the armedIcon of button "Trigger" to 2245

# Description

Use the armedIcon property to change a button appearance when it is armed. Do not use this property to create hover icon effects, instead use the hoverIcon property.

If the button's autoArm property is false, the setting of the armedIcon property has no effect.

# Tags

ui,

# See

- **keyword:** image, button - **property:** name, showIcon, ID, armed, autoArm, hoverIcon, icon - **function:** stacks - **glossary:** property, mouse pointer, current stack - **object:** button