A visited link is drawn in a different color.
LinkButton.visited
bool visited() @propertyGet visited property.
Returns
The 'visited' state of this button.
void visited(bool propval) @propertySet visited property.
Parameters
propval | The 'visited' state of this button. A visited link is drawn in a different color. |