HOW TO ENABLE BRACES HIGHLIGHTING

Automatically highlight open brace when cursor is near close brace. And vice-versa.
Hi,
You need to set BraceOptions like this:
this.syntaxEdit1.Source.BracesOptions |= Alternet.Editor.TextSource.BracesOptions.Highlight;
Please refer to Miscellaneous Quickstart project - it shows how different options affect brace highlighting.
regards,
Andrew