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


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