ExtendedTextAreaHighlightingEnabled Property |
Gets or sets if the highlighting is turned on or off.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public bool HighlightingEnabled { get; set; }
Property Value
Type:
BooleanTrue, if the highlighting is enabled, otherwise false. Default is true.
See Also