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

HyperlinkCollection.Remove(Hyperlink) Method

Converts a hyperlink to plain text.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

void Remove(
    Hyperlink hyperlink
)

Parameters

Name Type Description
hyperlink Hyperlink

A Hyperlink to convert.

Remarks

To add a hyperlink to a document, use the HyperlinkCollection.Create method.

See Also