armedIcon

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the armedIcon of <button> to {<imageID> | <imageName>}
Associationsbutton
Summary

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

Introduced1.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the armedIcon of button "Trigger" to 2245
Values
NameTypeDescription
Value

The armedIcon property is the ID or name of an image to use for an icon. LiveCode looks for the specified image first in the current stack, then in other open stacks. By default, the armedIcon property of newly created buttons is set to zero.

RelatedKeyword: image, button
Property: name, showIcon, ID, armed, autoArm, hoverIcon, icon
Function: stacks
Glossary: property, mouse pointer, current stack
Object: button
Description

Use the armedIcon property to change a button's 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.

Tagsui