Skip to main content
A newer version of this page is available. .

DXRichEditHyperlinkOptions Properties

Provides the options which define the appearance and behavior of the document hyperlinks.
Name Description
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EnableUriCorrection Gets or sets whether the automatic correction of the hyperlink URI is enabled. This is a dependency property.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
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