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