officefileapi-devexpress-dot-xtrarichedit-dot-commands-dd321d1e.md
Invokes the Edit Hyperlink dialog window for the selected hyperlink.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class EditHyperlinkCommand :
ShowHyperlinkFormCommand
Public Class EditHyperlinkCommand
Inherits ShowHyperlinkFormCommand
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> RichEditCommand RichEditMenuItemSimpleCommand MultiCommand ShowHyperlinkFormCommand EditHyperlinkCommand
See Also