# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.1 Security:
# Syntax
set the visitedIcon of button to {imageID | imageName}
# Examples
set the visitedIcon of button "To Do List" to 5499
set the visitedIcon of me to the ID of image "Done"
# Description
Use the visitedIcon property to change a button appearance when it has been clicked during the current session.
When the button has been clicked during the current session, the visitedIcon is displayed within the button's rectangle instead of the icon (if one has been specified).
# Tags
ui,
# See