ExtendedTextAreaBraceMatching Property |
Gets or sets if braces should be automatically matched (highlights open and closing brace).
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax public bool BraceMatching { get; set; }
Property Value
Type:
BooleanTrue, if brace matching is enabled, otherwise false. Default is false.
See Also