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


In This Topic
SelectedTab Property (TabStrip)
In This Topic
Gets or sets the active tab.
Syntax
'Declaration
 
Public Overridable Property SelectedTab As Integer
 
'Usage
 
Dim instance As TabStrip
Dim value As Integer
 
instance.SelectedTab = value
 
value = instance.SelectedTab
See Also