NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LinkLabel.LinkVisited

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);

Property Value

true if the link should be displayed as if it was visited; otherwise, false. The default is false.

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace