Below is an example of usage.
Assume that an application has 6 TabItems which include: TabSeparator, Tab ("Tab1"), Tab ("Tab2"), TabSeparator, TabSeparator, Tab ("Tab3").
Within instances of the Tab objects (skipping separators), the index of the Tab with Text equal to "Tab2" is 1, but the index of that Tab within all TabItems is 2.
So, UltraWebTab1.Tabs.ConvertTabIndexToCollectionIndex(1) will return the value of 2. Similar, for the Tab with Text equal to "Text3", the UltraWebTab1.Tabs.ConvertTabIndexToCollectionIndex(2) will return the value of 5.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2