Click or drag to resize
CKEditorControlStartupFocus Property
Sets whether an editable element should have focus when the editor is loading for the first time. Default value: false

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

Property Value

Type: Boolean
See Also