Sets a value indicating whether the user has visited the link.
- Parameters
-
value | true if the link has been visited; otherwise, false. |
- Returns
- The current instance of xtd::forms::link_label::link.
- Note
- If you have only one link specified in a xtd::forms::link_label control, you can use the xtd::forms::link_label::link_visited property of the xtd::forms::link_label to specify the link as visited. You can also use the xtd::forms::link_label::link_visited property if you have multiple links defined, but the setting only applies to the first link defined in the control.