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
445
Looping through Ultratab control tabs
posted

I have this code (below) which works OK and can show me the correct name of the tab controlit found.

I need to loop thru each tab within the control that was found and grab some data. I can't seem to figure out how to find how to do this not using any tab control events.  What I am doing is grabbing data from a text box and storing. Works great on all other Infra controls except the tab control. Any thoughtd on how to loop thru each tab?

  If TypeOf c Is UltraTabControl Then

'gran each tab data in this control

    System.Diagnostics.Debug.WriteLine(c.Name)

 End if

Thanks

Parents Reply Children
No Data