LinkButton.visited

bool visited() @property nothrow

Get visited property.

Returns

The 'visited' state of this button. A visited link is drawn in a

different color.

void visited(bool propval) @property nothrow

Set visited property.

Parameters

propvalThe 'visited' state of this button. A visited link is drawn in a different color.