Back to Devexpress

EnterKeyCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-1165cd73.md

latest2.1 KB
Original Source

EnterKeyCommand Class

A command to accomplish actions equivalent to pressing the Enter key.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Remarks

If the Document.CaretPosition falls within the hyperlink, then the action performed is the same as clicking the hyperlink, i.e. by default navigating the hyperlink Hyperlink.NavigateUri or Hyperlink.Anchor. Otherwise, the paragraph mark is inserted in the text.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand MultiCommand EnterKeyCommand

See Also

EnterKeyCommand Members

DevExpress.XtraRichEdit.Commands Namespace