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

    Specifies whether a hint-marked text range displays its assigned hint when a user positions the mouse pointer over the text range.

    Declaration

    property ShowTextHint: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True
    True
    Default. Hints are enabled.
    False
    Hints are disabled. The OnShowTextHint event does not occur.

    Remarks

    A hint appears when a user positions the mouse pointer over a text range enclosed between [HINT] and [/HINT] tags. Set the ShowTextHint property to False to disable hints for hint-marked text ranges in a formatted message, label, or UI element caption.

    Tip

    You can handle OnHintedTextMouseEnter and OnHintedTextMouseLeave events to track mouse movement between hint-marked text ranges.

    Default Value

    The ShowTextHint property’s default value is True.

    See Also