Skip to main content
All docs
V24.2

TdxLayoutItemOptions.ShowHyperlinkHint Property

Specifies if a hyperlink in a layout item caption displays the target URI in a hint when the mouse pointer hovers over the hyperlink.

Declaration

property ShowHyperlinkHint: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True
True
Default. Hyperlink hints are enabled at the root (layout control) level.
False
Hyperlink hints are disabled at the root level.

Remarks

Set the ShowHyperlinkHint property to True or False to enable or disable hyperlink hints for captions of all layout items whose CaptionOptions.ShowHyperlinkHint property is set to bDefault.

Tip

You can handle OnHyperlinkMouseEnter and OnHyperlinkMouseLeave events of individual layout items to display URI targets of hot-tracked hyperlinks in a different UI element if hyperlink hints are disabled.

Refer to OnHyperlinkMouseEnter and OnHyperlinkMouseLeave event descriptions for detailed information and code examples.

Default Value

The ShowHyperlinkHint property’s default value is True.

See Also