Back to Devexpress

HyperlinkOptions.ShowToolTip Property

officefileapi-devexpress-dot-xtrarichedit-dot-hyperlinkoptions-29a43650.md

latest1.8 KB
Original Source

HyperlinkOptions.ShowToolTip Property

Gets or sets whether the hyperlink should display a tooltip.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowToolTip { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowToolTip As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display a tooltip; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowToolTip
RichEditControlOptionsBase

.Hyperlinks .ShowToolTip

|

Remarks

A tooltip to display is specified via the Hyperlink.ToolTip property of the hyperlink.

See Also

ToolTip

HyperlinkOptions Class

HyperlinkOptions Members

DevExpress.XtraRichEdit Namespace