Back to Devexpress

RichEditControlOptionsBase.Hyperlinks Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-8264b29f.md

latest2.8 KB
Original Source

RichEditControlOptionsBase.Hyperlinks Property

Provides access to options specific to hyperlinks.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public HyperlinkOptions Hyperlinks { get; }
vb
Public ReadOnly Property Hyperlinks As HyperlinkOptions

Property Value

TypeDescription
HyperlinkOptions

A HyperlinkOptions class instance containing options specific to hyperlinks.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Hyperlinks
IRichEditDocumentServer

.Options .Hyperlinks

| | RichEditDocumentServer |

.Options .Hyperlinks

|

Remarks

Use the Hyperlinks property to specify additional keys required to activate a hyperlink when it is clicked (via the HyperlinkOptions.ModifierKeys property) and tooltip visibility (via the HyperlinkOptions.ShowToolTip property).

To access the collection of hyperlinks in the current document, use the SubDocument.Hyperlinks property.

You can handle the RichEditControl.HyperlinkClick event, to perform a custom action when a hyperlink is clicked.

See Also

Hyperlinks

ModifierKeys

ShowToolTip

HyperlinkClick

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace