property Edit.CloseBrackets as String
Specifies the list of closed brackets.

TypeDescription
String A string expression that defines the list of characters the represent a closed bracket. 

Use the OpenBrackets and CloseBrackets properties to define the list of available brackets. By default, the CloseBrackets property is "})]>". The control uses the OpenBrackets and CloseBrackets properties to get the brackets available when user presses the CTRL + {. When user presses the  CTRL + { and the character at caret position is contained by the OpenBrackets property or the CloseBrackets property the control looks for the opposite bracket.