Gets a value indicating whether the user has visited the link.
- Returns
- true if the link has been visited; otherwise, false.
- 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.