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.
# Tags
ui,
# See