EnterKeyCommand Class
In This Article
Represents a command used to accomplish actions equivalent to pressing the Enter key.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#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