Back to Devexpress

DocumentHyperlink.Visited Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documenthyperlink-e7cc83c9.md

latest1.2 KB
Original Source

DocumentHyperlink.Visited Property

Gets whether the location referred to by a DocumentHyperlink object has been recently visited.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public bool Visited { get; }
vb
Public ReadOnly Property Visited As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DocumentHyperlink Class

DocumentHyperlink Members

DevExpress.XtraRichEdit.API.Native Namespace