Back to Devexpress

Hyperlink.Visited Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-hyperlink-38db44d6.md

latest1.2 KB
Original Source

Hyperlink.Visited Property

Gets or sets whether the location referred to by a hyperlink has been recently visited.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool Visited { get; set; }
vb
Property Visited As Boolean

Property Value

TypeDescription
Boolean

true if the hyperlink URI has been recently opened in the browser; otherwise, false.

|

See Also

Hyperlink Interface

Hyperlink Members

DevExpress.XtraRichEdit.API.Native Namespace