Specifies the color of grouped text.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.1 Security:
# Syntax
set the linkColor to {colorName | RGBColor}
# Examples
set the linkColor to "#99CC00"
set the linkColor of the mouseStack to the hiliteColor of me
# Description
Use the linkColor property to make grouped text look and behave like links in a browser.
Visited text is text whose visited property is true. This property is set to true when the user has clicked a text group during the current session.
If the linkColor of a stack is empty, grouped text in that stack is shown with the global linkColor property if the text's visited property is false.
If the linkColor of a stack is not empty, unvisited grouped text in that stack is shown with the stack linkColor property, regardless of the global setting. property, regardless of the global setting.
# Tags
ui,
# See
- **keyword:** link, default - **property:** backgroundColor, colors, visited, foregroundColor - **command:** global - **function:** colorNames - **glossary:** property, grouped text, hexadecimal, integer, browser, color reference - **object:** stack