using Word as example;
exampleWordUI (ignore the highlighted box)
Imagine a TabControlAdv with some tabs below the Ribbon. What I want to do is, when a defined tabPage is selected, it would change/select the Ribbontab on the mainpanel itself too. So if i had 3 tabs on TabControlAdv, clicking the 0 would go to the "home" on Word, 1 would select the "insert" tab, etc.
Is it possible?
i tried using "ribbonControlAdv1.TabIndex" but seems to not be it.