Back to Devexpress

HyperlinkLabelControl.LinkVisited Property

windowsforms-devexpress-dot-xtraeditors-dot-hyperlinklabelcontrol-51bac4b6.md

latest2.1 KB
Original Source

HyperlinkLabelControl.LinkVisited Property

Gets or sets whether to display links within a HyperlinkLabelControl as visited links.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool LinkVisited { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Property LinkVisited As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if links are displayed as visited links; otherwise, false.

|

Remarks

By default, a HyperlinkLabelControl does not mark links as visited links when an end-user clicks them. However, you can manually mark all links as visited links by setting the HyperlinkLabelControl.LinkVisited property to true (for instance, using the HyperlinkLabelControl’s LabelControl.HyperlinkClick inherited event). Visited links are painted using a dedicated color (see the HyperlinkLabelControlAppearanceObject.VisitedColor property).

See Also

VisitedColor

HyperlinkLabelControl Class

HyperlinkLabelControl Members

DevExpress.XtraEditors Namespace