The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
GPGurucharan Patwal Syncfusion Team December 2, 2003 04:04 PM
Hi Charlie,
To show the matching clue for "()", "[]", and "{}", set the BraceMatchingEnabled property (not visible in the designer) to be true, e.g.,
public Form1()
{
InitializeComponent();
......
editControl1.BraceMatchingEnabled = true;
}
Please let me know if this helps.
Regards,
Guru Patwal
Syncfusion, Inc.
CSCharles SkeltonDecember 3, 2003 01:36 AM
Very good - that works fine.
I''ve noticed that several editor packages in c# show the brackets in rectangles, where as other editors simply change the matching brackets to bold font - I think I prefer the bold font style as it does not obscure the bracket character and cursor. I have yet to gather feedback from my users on this.
Many thanks for your help,
Charlie
GPGurucharan Patwal Syncfusion Team December 3, 2003 02:44 PM
Hi Charlie,
Thanks for the update. We are glad that you liked this feature of our product. Please let me know if you need any other information.
Regards,
Guru Patwal
Syncfusion, Inc.