Skip to main content
All docs
V26.1
  • TdxCommonFormattedTextProperties Events

    The base class for formatted text-related settings in DevExpress controls with support for BBCode-inspired text formatting markup.
    Name Description
    OnChanged Allows you to track formatted text setting changes.
    OnHintedTextClick Allows you to respond to a click on a text range enclosed between [HINT] and [/HINT] markup tags. Inherited from TdxFormattedTextPropertiesBase.
    OnHintedTextMouseEnter Allows you to execute custom code when the mouse pointer moves over a hint-marked text range. Inherited from TdxFormattedTextPropertiesBase.
    OnHintedTextMouseLeave Allows you to execute custom code when the mouse pointer leaves a hint-marked text range. Inherited from TdxFormattedTextPropertiesBase.
    OnHyperlinkClick Allows you to respond to a click on a hyperlink or prevent hyperlink activation. Inherited from TdxFormattedTextPropertiesBase.
    OnHyperlinkMouseEnter Allows you to execute custom code when the mouse pointer moves into a hyperlink area. Inherited from TdxFormattedTextPropertiesBase.
    OnHyperlinkMouseLeave Allows you to execute custom code when the mouse pointer leaves a hyperlink area. Inherited from TdxFormattedTextPropertiesBase.
    OnShowHyperlinkHint Allows you to modify a hyperlink hint before it appears. Inherited from TdxFormattedTextPropertiesBase.
    OnShowTextHint Allows you to modify a hint for a text range enclosed between [HINT] and [/HINT] tags before the hint is displayed. Inherited from TdxFormattedTextPropertiesBase.
    See Also