showIcon | |
Type | property |
Dictionary | widget.powerbutton |
Library | Power button |
Syntax |
|
Associations | com.livecode.widget.powerbutton |
Summary | Specifies whether the widget (Power button) icon is visible. |
OS | mac, windows, linux, ios, android, web |
Platforms | desktop, mobile |
Example |
|
Description | Use the showIcon property to change the appearance of a widget (Power button). If the showIcon property of a widget (Power button) is set to true, the SVG icon specified in the button's btnIconPath (property), btnHighlightedIconPath (property), btnIcon (property), and btnHighlitedIcon (property) properties is displayed in the button's rectangle (property). If showIcon is false, the SVG icon is not displayed. |