2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Focus the tabThe Tab key can be used to transfer focus from the EditControl to the next control based on the TabIndex value in the host form. The TransferFocusOnTab and UseTabs properties must be set to true and false respectively for this purpose. C# this.editControl1.TransferFocusOnTab = true; this.editControl1.UseTabs = false;
VB Me.editControl1.TransferFocusOnTab = True Me.editControl1.UseTabs = False
The TabStop property must be set to true for the control to which the focus is to be transferred. The order of focus transfer depends on the 'TabIndex' value set for the control.
Reference link: https://help.syncfusion.com/windowsforms/syntax-editor/editing#insert-space-or-keep-tabs |
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.