tabcontrol - which tabpage is selected

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

Guest

Hi NG,

I use the tabcontrol with 5 Tabpages. How can I get the information about
which tabpage is selected?

For any notes, thanks.
Burghard
 
Hi Chris,

Thanks for your solution!
Burghard


tabControl1.TabPages[tabControl1.SelectedIndex].{Property or method}


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--



Burghard Rauh said:
Hi NG,

I use the tabcontrol with 5 Tabpages. How can I get the information about
which tabpage is selected?

For any notes, thanks.
Burghard
 
Back
Top