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

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.

DXRichEdit_EditHyperlinkDialog

End-users can invoke this dialog using the Hyperlink button on the Home ribbon tab. Refer to the Lesson 1 - 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.

DXRichEdit_Dialogs_Hyperlink_Invoke

The Hyperlink dialog is also available form the context menu.

DXRichEdit_Dialogs_Hyperlink_ContextMenu

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.