Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStripNavigateEventArgs Class / NewLeftTab Property


In This Topic
NewLeftTab Property
In This Topic
Gets the next left tab.
Syntax
'Declaration
 
Public ReadOnly Property NewLeftTab As Integer
 
'Usage
 
Dim instance As TabStripNavigateEventArgs
Dim value As Integer
 
value = instance.NewLeftTab
See Also