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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.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