Click or drag to resize
ExtendedTextAreaHighlightingEnabled Property
Gets or sets if the highlighting is turned on or off.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool HighlightingEnabled { get; set; }

Property Value

Type: Boolean
True, if the highlighting is enabled, otherwise false. Default is true.
See Also