Gets or sets a value indicating whether the link should be displayed as if it was visited.
[Visual Basic] Public Property LinkVisited As Boolean [C#] public bool LinkVisited {get; set;} [C++] public: __property bool get_LinkVisited(); public: __property void set_LinkVisited(bool); [JScript] public function get LinkVisited() : Boolean; public function set LinkVisited(Boolean);
true if the link should be displayed as if it was visited; otherwise, false. The default is false.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace