showIcon | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | button | ||||||
Summary | Specifies whether a button's icon is visible. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: image Property: armedIcon, icon, hilitedIcon Object: button Glossary: property | ||||||
Description | Use the showIcon property to change a button's appearance. If a button's showIcon property is set to true, the image specified in the button's icon property is displayed in the button's rectangle. If the showIcon is false, the icon is not displayed. If the button's icon property is zero, the setting of this property has no effect. A button with an icon may need to be resized to show the entire icon. | ||||||
Tags | ui |