Skip to main content
All docs
V25.1
  • TdxRichEditHyperlinkClickEventArgs.Handled Property

    Specifies if built-in hyperlink activation routines are disabled.

    Declaration

    property Handled: Boolean read; write;

    Property Value

    Type Description
    Boolean
    False
    Default. A Ctrl-click on the hyperlink opens its target in the corresponding default application.
    True

    Built-in hyperlink activation routines are disabled.

    Tip

    Use this option if you need to prevent hyperlink activation or execute a custom operation instead of hyperlink activation.

    See Also