The index of the currently selected tab.
Usage
Set_Property(OLECtrlEntID, "OLE.SelectedTab", Value)
Values
Value can be any positive or negative whole number:
Default: 1
Remarks
The SelectedTab property contains the index of the currently selected tab. Set this value to a new index if you wish to programmatically select another tab:
* Set the second tab as selected Set_Property(@Window:".OLE_TAB", "OLE.SelectedTab", 2)