Articles in this section

How to turn on the fast file loading mode in the WinForms SyntaxEditor (EditControl)?

Turn on fast file loading mode

The SyntaxEditor's (EditControl) fast file loading mode can be turned on by setting its ConvertOnLoad property to false.

Note:

The loading speed of the EditControl even in the default mode (where ConvertOnLoad is true) is still very fast.

C#

// Enable the fast load mode.
this.editControl1.ConvertOnLoad = false;

VB

' Enable the fast load mode.
Me.editControl1.ConvertOnLoad = False

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied