Back to Devexpress

ShowHyperlinkFormCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-3af5d504.md

latest2.4 KB
Original Source

ShowHyperlinkFormCommand Class

Invokes the Edit Hyperlink dialog window.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowHyperlinkFormCommand :
    MultiCommand
vb
Public Class ShowHyperlinkFormCommand
    Inherits MultiCommand

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

ShowHyperlinkFormCommand Members

Keyboard Shortcuts in Rich Text Editor

EditHyperlinkCommand

Hyperlink Dialog

DevExpress.XtraRichEdit.Commands Namespace