Skip to main content

IdxRichEditHyperlink Interface

Exposes a hyperlink in a document.

Declaration

IdxRichEditHyperlink = interface(IInterface)

Remarks

This interface exposes the following members that allow you to:

  • Specify a tooltip for the hyperlink (ToolTip).

  • Mark the hyperlink as visited or restore its original state (Visited).

  • Specify a bookmark target for the hyperlink (Anchor).

  • Access the document range used as the hyperlink’s hot area (Range).

  • Specify an external target (URI) for the hyperlink (NavigateUri).

  • Determine how the Rich Edit control displays an external hyperlink target in a web browser (Target).

Call a Rich Edit document‘s CreateHyperlink or Hyperlinks.CreateHyperlink function to create a hyperlink.

Inheritance

IInterface
IdxRichEditHyperlink
See Also