Click or drag to resize
ExtendedTextAreaMarkErrors Property
Gets or sets whether syntactic errors should be marked in code.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public bool MarkErrors { get; set; }

Property Value

Type: Boolean
True, if syntactic errors should be marked, otherwise false. Default is true.
See Also