Tab Focus in WinForm (Tab Index)
Posted: Wed Sep 23, 2020 11:52 am
Hello,
I want to control Order the Tab Focus in WinForm (Tab Index)
What do I need to do to do this?
For Example :
TextBoxControl3.TabIndex=0 ;
CheckBoxControl2.TabIndex=1 ;
TextBoxControl2.TabIndex=2 ;
ButtonControl1.TabIndex=3 ;
TextBoxControl1.TabIndex=4 ;
I want to control Order the Tab Focus in WinForm (Tab Index)
What do I need to do to do this?
For Example :
TextBoxControl3.TabIndex=0 ;
CheckBoxControl2.TabIndex=1 ;
TextBoxControl2.TabIndex=2 ;
ButtonControl1.TabIndex=3 ;
TextBoxControl1.TabIndex=4 ;