Hyperlink.ToolTip Property
Gets or sets a text for the tooltip displayed when the mouse hovers over a hyperlink.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string containing the tooltip text. |
Remarks
The following picture illustrates a tooltip displayed when the mouse pointer is positioned over a hyperlink.
The tooltip is displayed if the HyperlinkOptions.ShowToolTip property is set to true.
See Also
Feedback