Change tab order in a tab control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a tab control inserted into a form. How do I change the tab order on
it? When I hit tab order, it only shows the tab control, not the controls
inside the tab. Make sense?
 
Kichi said:
I have a tab control inserted into a form. How do I change the tab
order on it? When I hit tab order, it only shows the tab control,
not the controls inside the tab. Make sense?

The TabControl has its own TabOrder. You are looking at the one for the form.
Right-click on the border of the TabControl and choose Tab Order from the
resulting menu.
 
Thanks all - works great !!!

Rick Brandt said:
The TabControl has its own TabOrder. You are looking at the one for the form.
Right-click on the border of the TabControl and choose Tab Order from the
resulting menu.
 
Back
Top