Skip to main content

RecentHyperlinkItem.VisitedColor Property

Gets or sets the color applied to this hyperlink after it is activated.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public Color VisitedColor { get; set; }

Property Value

Type Description
Color

A Color object, applied to this hyperlink after it was activated.

Remarks

Regular links are painted with a color stored as the RecentHyperlinkItem.LinkColor property value. After end-users click a link (or the link’s RecentHyperlinkItem.LinkVisited property changes to true in code), the link starts using the VisitedColor instead.

See Also