Spread Windows Forms 15.0
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
    public new int TabIndex {get; set;}
    See Also