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


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