Deutsches LiveCode Wiki
Advertisement

Specifies an image to display in a button when the button is highlighted.Syntax:

set the hilitedIcon of <button> to {<imageID> | <imageName>}

Examples:

set the hilitedIcon of button "Management" to 343

Use the hilitedIcon property to change a button's appearance when it is highlighted.

When the button is highlighted, the hilitedIcon is displayed within the button's rectangle.

Changes: The hilitedIcon keyword was introduced in version 1.1. In previous versions, the hiliteIcon synonym was used.

See also: button (object),hilite (property),icon (property),showIcon (property),name (property),ID (property),

Advertisement