EnterKeyCommand Class
A command to accomplish actions equivalent to pressing the Enter key.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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