Activiting a tab in TabControl programatically...

  • Thread starter Thread starter Charlie@CBFC
  • Start date Start date
C

Charlie@CBFC

Hi:

How do you programmatically activate a tab in Tabcontrol so that it appears
on top?

Thanks,
Charlie
 
Charlie@CBFC said:
How do you programmatically activate a tab in Tabcontrol so that it
appears on top?

Take a look at the tabcontrol's 'SelectedTab' and 'SelectedIndex'
properties.
 
Back
Top