Articles in this section
Category / Section

How to navigate to the beginning or end of an indentation block in WinForms SyntaxEditor (EditControl)?

1 min read

Positioning

You can position the keyboard cursor at the beginning or end of the indentation block using the JumpToIndentBlockStart and JumpToIndentBlockEnd methods respectively.

C#

this.editControl1.JumpToIndentBlockStart();
this.editControl1.JumpToIndentBlockEnd();

 

VB

Me.editControl1.JumpToIndentBlockStart()
Me.editControl1.JumpToIndentBlockEnd()

 

Reference link: https://help.syncfusion.com/windowsforms/syntaxeditor/editing#indent-or-outdent

 

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