Property SelectedIndex
SelectedIndex
Gets or sets the index of the currently selected tab page.
[Browsable(false)]
public virtual int SelectedIndex { get; set; }
Property Value
- int
The zero-based index of the currently selected tab page. The default is -1, which is also the value if no tab page is selected.