ShowHyperlinkFormCommand Class
Invokes the Edit Hyperlink dialog window.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v19.2.Core.dll
Declaration
public class ShowHyperlinkFormCommand :
MultiCommand
Public Class ShowHyperlinkFormCommand
Inherits MultiCommand
public class ShowHyperlinkFormCommand :
MultiCommand
Public Class ShowHyperlinkFormCommand
Inherits MultiCommand
The Edit Hyperlink dialog enables the end-user to insert a hypelink pointing to the external location or to a local bookmark, and specify the hyperlink tooltip and the target frame.

Object
Command
DevExpress.Utils.Commands.ControlCommand<
IRichEditControl,
RichEditCommandId,
DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<
DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
See Also