property Edit.OpenBrackets as String
Specifies the list of opened brackets.

TypeDescription
String A string expression that defines the list of characters the represent an opened bracket. 

Use the OpenBrackets and CloseBrackets properties to define the list of available brackets. By default, the OpenBrackets 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 by the CloseBrackets the control looks for the opposite bracket.