Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Loop through controls on UltraTabControl
posted

I have a baseclass derived from:


Infragistics.Win.UltraWinTabControl.UltraTabControl

I put it on a form and then populated the pages with controls.  How do I loop through all of the controls on each page or the current page from a form method?

I can see the controls sitting on ultraTabPageControl8 (page 26 of 31) derived from Infragistics.Win.UltrawinTabControl.UltraTabPageControl in the ide...

 

Parents
  • 44743
    posted

    You can loop through the Controls collections of the tab page's of all or only the selected tab. The TabPage property on each tab will return its associated tab page control.

Reply Children