Skip to main content

EditHyperlinkCommand Class

Invokes the Edit Hyperlink dialog window for the selected hyperlink.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public class EditHyperlinkCommand :
    ShowHyperlinkFormCommand

Remarks

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.

EditHyperlinkForm

Inheritance

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