Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SubDocument.RemoveHyperlink(Hyperlink) Method

OBSOLETE

This method has become obsolete. Use the 'Remove' method instead.

Converts a hyperlink to plain text.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.HyperlinkCollection.Remove(Hyperlink hyperlink)' method instead.")]
void RemoveHyperlink(
    Hyperlink hyperlink
)

Parameters

Name Type Description
hyperlink Hyperlink

A Hyperlink to convert.

See Also