Specifies the color of grouped text that is being clicked.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.1 Security:
# Syntax
set the linkHiliteColor to {colorName | RGBColor}
# Examples
set the linkHiliteColor to "125,0,255"
set the linkHiliteColor of this stack to myColor
# Description
Use the linkHiliteColor property to make grouped text look and behave like links in a 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 linkHiliteColor property, regardless of the global setting.
# Tags
ui,
# See
- **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