labels

labels

selectedIndex

VS.21.1 Viewsheet

Specifies the text in the tab labels (as an array of Strings).

Type

Array of String tab label text

Example

Tab1.labels = ['Summary', 'Details'];

if (RadioButton1.selectedObject == 'City') {

  Tab1.labels[1] = 'City Details';

}

else {

  Tab1.labels[1] = 'State Details';

};

See Also

Tabbed Interface Properties, for more information on Tabbed Interface.

<< VS.21 Tabbed Interface © 1996-2013 InetSoft Technology Corporation (v11.5) selectedIndex >>