Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / TabIndex Property


In This Topic
TabIndex Property (FpScrollBar)
In This Topic
Gets or sets the tab order of the control within its container.
Syntax
'Declaration
 
Public Shadows Property TabIndex As Integer
 
'Usage
 
Dim instance As FpScrollBar
Dim value As Integer
 
instance.TabIndex = value
 
value = instance.TabIndex
See Also