Change tab order in a tab control

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?
 
R

Rick Brandt

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top