I know this is a rookie question, but I can’t find a clear answer by searching the forum or the Internet.

I’m trying to cannibalize some code from a project written by another programmer. This program has a TabStrip object placed on the form (personally, I prefer SSTab, but it is what it is). I would like to see the controls and underlying code that are on each tab. This is easy for the first page, because it’s on top. But when I click on each successive tab, nothing happens.

I see the controls at runtime when I click each tab. But in design mode I’m stuck. I see where this guy makes the hidden tabs visible and invisible when each tab is clicked, but I don’t see the form controls themselves.

This TabStrip thing is weird. How do I view the controls and the code behind them on the other tabs? Or am I thinking about this all wrong?