TabControl.SelectedIndex

Syntax

SelectedIndex: Number

Description

The SelectedIndex property sets index of the selected tab.

Comments

Only one tab can be selected in the component at the same time. Selecting a tab means opening its contents.

By default the tab with the index 0 is selected.

The user can also select a tab using the SelectedItem property.

Example

The example of component use is given in description of the ItemDeselected property.

See also:

TabControl