Click or drag to resize
CKEditorControlMenuSubMenuDelay Property
The amount of time, in milliseconds, the editor waits before showing submenu options when moving the mouse over options that contains submenus, like the "Cell Properties" entry for tables. Default value: 400

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

Property Value

Type: Int32
See Also