Click or drag to resize
CKEditorControlShiftEnterMode Property
Similarly to the enterMode setting, it defines the behavior of the Shift+Enter key combination. Default value: EnterMode.BR

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
public EnterMode ShiftEnterMode { get; set; }

Property Value

Type: EnterMode
See Also