linkVisitedColor

Specifies the color of grouped text that has been clicked during the current session.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.1 Security:

# Syntax

set the linkVisitedColor to {colorName | RGBColor}

# Examples

set the linkVisitedColor to "purple"

set the linkVisitedColor of stack "Help" to empty

# Description

Use the linkVisitedColor 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 linkVisitedColor of a stack is empty, grouped text in that stack is shown with the global linkVisitedColor property if the text's visited property is true.

If the linkVisitedColor of a stack is not empty, already-visited grouped text in that stack is shown with the stack linkVisitedColor property, regardless of the global setting.

# Tags

ui,

# See

- **keyword:** link, default - **property:** visited - **command:** global - **object:** stack - **glossary:** property, grouped text, hexadecimal, integer, browser, color reference