TabStrip Control query

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I'm currently using the TabStrip control, but am having
slighly difficulties. I've managed to retrieve the Items
from the TabStrip using the Items property. But how can I
enforce the changes that I've made to the Tabs within the
TabItemCollection retrieved from TabStrip.Items?
 
pardon me, but which TabStrip control are you talking about? is it in
the 1.1 framework?
 
Well, I'm using 1.1 and I don't see any TabStrip anywhere. I see
TabControl and TabPage, but no TabStrip
 
Back
Top