hiliteBorder | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | button | ||||||
Summary | Specifies whether a three-D button appears to be pushed in when it is highlighted. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: 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. | ||||||
Tags | ui |