Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpHorizontalScrollBar Class / TabIndex Property


In This Topic
    TabIndex Property (FpHorizontalScrollBar)
    In This Topic
    Gets or sets the tab order of the control within its container.
    Syntax
    'Declaration
     
    
    Public Property TabIndex As Integer
    'Usage
     
    
    Dim instance As FpHorizontalScrollBar
    Dim value As Integer
     
    instance.TabIndex = value
     
    value = instance.TabIndex
    public int TabIndex {get; set;}
    See Also