TabIndex2 Property | Spread Windows Forms 15.0
Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManagerChangeEventArgs Class / TabIndex2 Property


In This Topic
TabIndex2 Property
In This Topic
Syntax
'Declaration
 
Public Property TabIndex2 As Integer
 
'Usage
 
Dim instance As TabManagerChangeEventArgs
Dim value As Integer
 
instance.TabIndex2 = value
 
value = instance.TabIndex2
See Also