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


In This Topic
    TabIndex Property (FpVerticalScrollBar)
    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 FpVerticalScrollBar
    Dim value As Integer
     
    instance.TabIndex = value
     
    value = instance.TabIndex
    public int TabIndex {get; set;}
    See Also