Skip to main content

SubDocument.RemoveHyperlink(Hyperlink) Method

Obsolete. Deletes a specified hyperlink.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.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
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.HyperlinkCollection.Remove(Hyperlink hyperlink)' method instead.")>
Sub RemoveHyperlink(
    hyperlink As Hyperlink
)

Parameters

Name Type Description
hyperlink Hyperlink

A Hyperlink to remove.

See Also