Deutsches LiveCode Wiki
Advertisement

Specifies whether a button's background is filled with the hiliteColor and hilitePattern when the button(keyword) is highlighted.Syntax:

set the hiliteFill of <button> to {true | false}

Examples:

set the hiliteFill of last button to false

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

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

See also: button (object),hilitePattern (property),hilite (property),hiliteColor (property),

Advertisement