NR
Nandakumar R
Syncfusion Team
August 21, 2009 04:45 AM UTC
Hi John,
I regret for the inconvenience. Your DirectTrac incident for the same questions has been udpated.
There is no predefined AutoIndent configuration for VBScript in EditControl. You can use the VBNET Configuration settings for this.
[C#]
this.editControl1.LoadFile(@"VBScriptSource.vbs");
this.editControl1.ApplyConfiguration(KnownLanguages.VBNET);
this.editControl1.AutoIndentMode = AutoIndentMode.Smart;
Regards,
Nanda