Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintTabStripTabEventArgs Class / TabIndex Property


In This Topic
    TabIndex Property (PaintTabStripTabEventArgs)
    In This Topic
    Gets the index of the tab to be painted.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TabIndex As Integer
    'Usage
     
    
    Dim instance As PaintTabStripTabEventArgs
    Dim value As Integer
     
    value = instance.TabIndex
    public int TabIndex {get;}
    See Also