The index of the currently selected tab.
Set_Property(OLECtrlEntID, "OLE.SelectedTab", Value) |
Value can be any positive or negative whole number:
Default: 1
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) |