hoverIcon

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the hoverIcon of <button> to {<imageID> | <imageName>}
Associationsbutton
Summary

Specifies an image to display in a button when the mouse pointer enters the button.

Introduced2.7.4
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the hoverIcon of button "Play" to 210095
Values
NameTypeDescription
Value

The hoverIcon property is the ID or name of an image to use for an icon. LiveCode looks for the specified image first in the current stack, then in other open stacks. By default the hoverIcon property is set to 0 for newly created buttons.

RelatedProperty: armedIcon
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.