Object tabctrl is used to manipulate standard windows tab controls.
// Test get/set curSel
TabControl.curSel = "Third";
if (TabControl.curSel != "Third")
Env.LogError("Could not select the specified tab item");
| curSel | Gets/sets the current selected tab in the control. |
|---|---|
| item | Returns the text of the tab specified by a zero-based index. |
| count | Returns the number of tabs in the control. |