Deutsches LiveCode Wiki
Advertisement

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

set the armedIcon of <button> to {<imageID> | <imageName>}

Examples:

set the armedIcon of button "Trigger" to 2245

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.

See also: button (object),name (property),showIcon (property),ID (property),armed (property),autoArm (property),hoverIcon (property),icon (property),

Advertisement