Tab Focus in WinForm (Tab Index)

Stimulsoft Ultimate discussion
Post Reply
yalisalar
Posts: 19
Joined: Tue Sep 22, 2020 4:51 am

Tab Focus in WinForm (Tab Index)

Post 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 ;
Lech Kulikowski
Posts: 6243
Joined: Tue Mar 20, 2018 5:34 am

Re: Tab Focus in WinForm (Tab Index)

Post by Lech Kulikowski »

Hello,

You can set it in the Form.

Thank you.
Attachments
Screenshot 2020-09-23 203558.jpg
Screenshot 2020-09-23 203558.jpg (195.05 KiB) Viewed 1504 times
yalisalar
Posts: 19
Joined: Tue Sep 22, 2020 4:51 am

Re: Tab Focus in WinForm (Tab Index)

Post by yalisalar »

special thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Tab Focus in WinForm (Tab Index)

Post by HighAley »

Hello.

We are always glad to help you.

Thank you.
Post Reply