Page 1 of 1

Tab Focus in WinForm (Tab Index)

Posted: Wed Sep 23, 2020 11:52 am
by yalisalar
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 ;

Re: Tab Focus in WinForm (Tab Index)

Posted: Wed Sep 23, 2020 6:36 pm
by Lech Kulikowski
Hello,

You can set it in the Form.

Thank you.

Re: Tab Focus in WinForm (Tab Index)

Posted: Thu Sep 24, 2020 4:30 am
by yalisalar
special thanks

Re: Tab Focus in WinForm (Tab Index)

Posted: Thu Sep 24, 2020 8:53 am
by HighAley
Hello.

We are always glad to help you.

Thank you.