TextEditor.CloseBraces (gb.form.editor)
Property CloseBraces As Boolean
Return or set if braces are automatically closed.
Braces include parenthesis
(
&
)
, angle braces
[
&
]
and curly braces
{
&
}
Pressing
(
with no text ahead of it will create the closing
)
to the right of the cursor.
Pressing
(
with text immediately to the right of it will only create the one
(
(usually).
Select any amount of text and hit
(
to automatically add both braces at each end of the text.