DXRichEditHyperlinkOptions Properties
Provides the options which define the appearance and behavior of the document hyperlinks.| 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