Click or drag to resize
EditorModeEnum Enumeration
Enumeration that determines the syntax highlighting editor mode and its capabilities.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum EditorModeEnum
Members
  Member nameValueDescription
Basic0 No highlighting or advanced editing capabilities; supports static bookmarks.
Advanced1 Full code editor mode with syntax highlighting and advanced editing capabilities.
See Also