Selected Index
The C1TabControl control's tab pages follow a zero-based index, meaning that the index of the first tab page is zero. By default, the SelectedIndex property will be set to zero ("0"), and the first tab will be selected at run-time. To change which tab and tab page is selected at run-time, set the SelectedIndex property to a different number in the index. For example, if you have four tabs and want the last one to be selected at run-time, you would set the SelectedIndex property to 3.
For task-based help on setting the SelectedIndex property, see Changing the Selected Index.
|