Skip to main content

DXRichEditHyperlinkOptions Members

Provides the options which define the appearance and behavior of the document hyperlinks.

Constructors

Name Description
DXRichEditHyperlinkOptions() Initializes a new instance of the DXRichEditHyperlinkOptions class with the default settings.

Fields

Name Description
EnableUriCorrectionProperty static Identifies the DXRichEditHyperlinkOptions.EnableUriCorrection dependency property.
ModifierKeysProperty static Identifies the DXRichEditHyperlinkOptions.ModifierKeys dependency property.
ShowToolTipProperty static Identifies the DXRichEditHyperlinkOptions.ShowToolTip dependency property.

Properties

Name Description
EnableUriCorrection Gets or sets whether the automatic correction of the hyperlink URI is enabled. This is a dependency property.
ModifierKeys Gets or sets the modifier flags required to activate a hyperlink. The flags indicate which combination of CTRL, SHIFT, and ALT keys should be pressed before a link is clicked, to activate it. This is a dependency property.
ShowToolTip Gets or sets whether the hyperlink should display a tooltip. This is a dependency property.
See Also