tabcontrol - which tabpage is selected

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
 
G

Guest

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
 

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