hiliteBorder

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

Specifies whether a three-D button appears to be pushed in when it is highlighted.

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

The hiliteBorder of a button is true or false.

RelatedKeyword: effective, button
Property: hilite, topPattern, bottomColor, topColor, armed, bottomPattern, lookAndFeel, threeD, topColor
Command: hilite
Object: button
Glossary: property, highlight, appearance, checkbox, radio button
Description

Use the hiliteBorder property to affect the appearance of a three-D button when it is clicked.

If a button's hiliteBorder property is true, the button's highlight action is affected, depending on the style of the button. For radio buttons and checkboxes, a border is drawn around the entire button if its hilite is true. For other button styles, the button's effective topColor is used for the bottom and right edges, and the bottomColor is used for the top and left edges (reversing the normal effect), when the button is highlighted.

If the lookAndFeel property is "Macintosh", the hiliteBorder property has no effect on button styles other than radio buttons and checkboxes.

If the button's threeD property is false, the hiliteBorder property has no effect.

Tagsui