RecentHyperlinkItem.VisitedColor Property
Gets or sets the color applied to this hyperlink after it is activated.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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