selectedIndex

labels

selectedIndex

VS.21.1 Viewsheet

Returns the index of the currently-selected tab. This property is read-only.

Type

Integer index of active tab

Example

if (Tab1.selectedIndex == 0) {

  Gauge1.visible = true;

} else {

  Gauge1.visible = false;

}

See Also

Tabbed Interface Properties, for more information on Tabbed Interface.

<< labels © 1996-2013 InetSoft Technology Corporation (v11.5) VS.21.1 Viewsheet >>