Back to Devexpress

DocumentHyperlink.ToolTip Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documenthyperlink-8b2bc32c.md

latest1.2 KB
Original Source

DocumentHyperlink.ToolTip Property

Gets a text for the tooltip displayed when the mouse hovers over a hyperlink.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public string ToolTip { get; }
vb
Public ReadOnly Property ToolTip As String

Property Value

TypeDescription
String

A String object that is the tooltip text.

|

See Also

DocumentHyperlink Class

DocumentHyperlink Members

DevExpress.XtraRichEdit.API.Native Namespace