tabctrl Overview


Object tabctrl is used to manipulate standard windows tab controls.

Example

// Test get/set curSel
    TabControl.curSel = "Third";
    if (TabControl.curSel != "Third")
        Env.LogError("Could not select the specified tab item");
        

Properties

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.

 


© 2003 Lightweight Technologies. All rights reserved.