Skip to main content
A newer version of this page is available. .

EnterKeyCommand Class

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

Namespace: DevExpress.XtraRichEdit.Commands

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

Declaration

public class EnterKeyCommand :
    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>
See Also