LinkButton.visited

Set visited property.

  1. bool visited [@property getter]
  2. bool visited [@property setter]
    class LinkButton
    @property
    void
    visited
    (
    bool propval
    )

Parameters

propval bool

The 'visited' state of this button.

A visited link is drawn in a different color.