disabledIcon | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | button | ||||||
Summary | Specifies an image to display in a button when the button is disabled. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: image, button Property: ID, name Command: disable Function: stacks Glossary: property, current stack Object: button | ||||||
Description | Use the disabledIcon property to change a button's appearance when it is disabled. When the button's enabled property is set to false, the disabledIcon is displayed within the button's rectangle. If a button's showIcon property is false, the setting of its disabledIcon property has no effect. | ||||||
Tags | ui |