Click or drag to resize

TabControlSelectedIndex Property

Gets or sets the index of the currently-selected tab page.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public int SelectedIndex { get; set; }

Property Value

Type: Int32
The 0-based index of the currently-selected tab page. The default is -1, which is also the value if no tab page is selected.
See Also