RR
Ramya R
Syncfusion Team
August 2, 2007 10:59 AM UTC
Hi Sam,
Thank you for your interest in Syncfusion Products.
Using the code snippet provided by you, though the CaseInsensitive property is set to false it doesn't work for me and the lexem words are not capitalized.
It works only after changing the code snippet as shown below,
For Each CL As ConfigLexem In EC.Language.Lexems
If CL.BeginBlock.ToUpper = e.Text.ToUpper Then
e.Text = CL.BeginBlock.ToUpper
End If
Using the above code snippet, I tested for the issue that you have mentioned here by setting CaseInsensitive property to true but I was not able to reproduce it. It works fine and the lexem words are capitalized.
Please let me know if I have misundertood your requirement.
Also please let me know if you have any queries.
Thanks & Regards,
Ramya.