Specifies an image to display in a button when the mouse pointer enters the button.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 2.7.4 Security:
# Syntax
set the hoverIcon of button to {imageID | imageName}
# Examples
set the hoverIcon of button "Play" to 210095
# Description
Use the hoverIcon property to change the buttons appearance when the mouse is hovered over the button. The hoverIcon is displayed when the mouse pointer is over the button, but the button is not hilited. Use this property instead of the armedIcon property.
# Tags
# See
- **property:** armedIcon