Tab Control

  • Thread starter Thread starter Guest
  • Start date Start date
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)
 
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)?
 
Back
Top