armedIcon | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | button | ||||||
Summary | Specifies an image to display in a button when the mouse pointer enters it. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: 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. | ||||||
Tags | ui |