Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStripSelectEventArgs Class / SelectedTab Property


In This Topic
SelectedTab Property (TabStripSelectEventArgs)
In This Topic
Gets the index of the selected tab.
Syntax
'Declaration
 
Public ReadOnly Property SelectedTab As Integer
 
'Usage
 
Dim instance As TabStripSelectEventArgs
Dim value As Integer
 
value = instance.SelectedTab
See Also