I'm looking to create an AddOn (which I think is the proper approach).
When the window is created it'll add a button.
When the button is clicked it'll toggle between doing a carousel display of the tabpages in the window (iterate through the pages with a custom daily between switching) and turning off the carousel.
I've seen the code to add a button.
I just need to know how I get the tabcontrol and contents and make each active/displayed from the code.
dj

Comment