GoToBrace Method (Selection Object)¶
Moves the cursor to the corresponding bracket / brace. bExtend Optional. Specifies whether the moved text is collapsed or not. The default
is false and the moved text is collapsed. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.selection.GoToBrace( [ bExtend ] );
[VBScript]¶
document.selection.GoToBrace [ bExtend ]
Parameters¶
Version¶