hiliteFill

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the hiliteFill of <button> to {true | false}
Associationsbutton
Summary

Specifies whether a button's background is filled with the hiliteColor and hilitePattern when the button is highlighted.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the hiliteFill of last button to false
Values
NameTypeDescription
Value

The hiliteFill of a button is true or false. By default, the hiliteFill of a newly created button is set to true.

RelatedKeyword: button
Property: hilitePattern, hilite, hiliteColor
Object: button
Glossary: property, highlight
Description

Use the hiliteFill property to change the appearance a button has when it is highlighted.

The hiliteFill property affects only the background of a button. If a button's hiliteFill property is false, its text changes color when highlighted, but its background color or pattern does not change.

Tagsui