dbicTabs Send comments on this topic.
SelectedTabIndex Property
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > TabChangeEventArgs Class : SelectedTabIndex Property

Returns the 0-based index value of the currently selected tab.

Syntax

Visual Basic (Declaration) 
Public Property SelectedTabIndex As Integer
C# 
public int SelectedTabIndex {get; set;}

Property Value

Integer

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also