Specifies whether a button icon is visible.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the showIcon of button to {true | false}
# Examples
set the showIcon of button 3 to false
# Description
If a button's showIcon property is set to true, the image specified in the button icon property is displayed in the button rectangle. If the showIcon is false, the icon is not displayed.
A button with an icon may need to be resized to show the entire icon.
# Tags
ui,
# See