linkHiliteColor | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the color of grouped text that is being clicked. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: link, default Property: linkVisitedColor, backgroundColor, colors, foregroundColor Command: global Function: colorNames Glossary: property, color reference, mouse button, integer, grouped text, hexadecimal, browser Object: stack | ||||||
Description | Use the linkHiliteColor property to make grouped text look and behave like links in a web browser. The linkHiliteColor appears to show that grouped text is being clicked. When the mouse button is released, the text color changes to the linkVisitedColor. If the linkHiliteColor of a stack is empty, grouped text in that stack is shown with the global linkHiliteColor property when being clicked. If the linkHiliteColor of a stack is not empty, grouped text in that stack is shown with the stack's linkHiliteColor property, regardless of the global setting. | ||||||
Tags | ui |