2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
New line style of textYou can get or set the new line style of the text in EditControl using the methods SetNewLineStyle and GetNewLineStyle. The SetNewLineStyle method can accept values from the NewLineStyle enumerator which has values like Windows, Mac, Unix and Control which correspond to the new line styles "\r\n", "\r", "\n\r" and "\n" respectively. C# this.editControl1.SetNewLineStyle(NewLineStyle.Mac);
VB Me.editControl1.SetNewLineStyle(NewLineStyle.Mac)
C# NewLineStyle newlinestyle=this.editControl1.GetNewLineStyle();
VB Dim newlinestyle As NewLineStyle=Me.editControl1.GetNewLineStyle()
Reference link: https://help.syncfusion.com/windowsforms/syntax-editor/editing#new-line-styles |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.