Tab Control

G

Guest

I have a Tab Control with several Tab Pages. How can I select and display a Tab Page programmatically (without clicking on it)
 
B

Brian K. Williams

Evelune,

Try using tabControl.SelectedIndex = 1;

Regards,
Brian K. Williams

Evelyne said:
I have a Tab Control with several Tab Pages. How can I select and display
a Tab Page programmatically (without clicking on it)?
 

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