Wimark.Controls Class Library  

LinkLabel.Link.Visited Property

Gets or sets a value indicating whether the user has visited the link.

[Visual Basic]
Public Property Visited As Boolean 
[C#]
public bool Visited {get; set;}
[C++]
public: __property bool get_Visited();
public: __property void set_Visited(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

LinkLabel.Link Class | LinkLabel.Link Members | Wimark.Controls Namespace