EditHyperlinkCommand Class
In This Article
Invokes the Edit Hyperlink dialog window for the selected hyperlink.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#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.
#Inheritance
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