Skip to main content
All docs
V26.1
  • TdxCustomFormattedTextProperties.ShowHyperlinkHint Property

    Specifies whether a hint appears when a user positions the mouse pointer over a hyperlink.

    Declaration

    property ShowHyperlinkHint: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True
    True
    Default. Hyperlink hints are enabled.
    False
    Hyperlink hints are disabled. The OnShowHyperlinkHint event does not occur.

    Remarks

    A hyperlink displays its target URI in a hint when a user moves the mouse pointer over the hyperlink. Set the ShowHyperlinkHint property to False to disable hyperlink hints.

    Tip

    You can handle OnHyperlinkMouseEnter and OnHyperlinkMouseLeave events to track mouse pointer movements between hyperlinks.

    Default Value

    The ShowHyperlinkHint property’s default value is True.

    See Also