Edit Hyperlink Dialog
The Edit Hyperlink dialog enables end-users to insert a hyperlink pointing to an external location or local bookmark, and specify the hyperlink tooltip and target frame.
End-users can invoke this dialog using the Hyperlink button on the Home ribbon tab. Refer to the Create a Simple Rich Text Editor topic for details on how to provide the ribbon UI for the RichEditControl. Executing the ShowHyperlinkFormCommand command invokes this dialog as well.
The Hyperlink dialog is also available form the context menu.
Use the HyperlinkCollection.Create method to create a new hyperlink and add it to the document’s SubDocument.Hyperlinks collection. Refer to the Hyperlinks and Bookmarks topic for an example.