Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManagerChangeEventArgs Class / TabIndex2 Property


In This Topic
    TabIndex2 Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property TabIndex2 As Integer
    'Usage
     
    
    Dim instance As TabManagerChangeEventArgs
    Dim value As Integer
     
    instance.TabIndex2 = value
     
    value = instance.TabIndex2
    public int TabIndex2 {get; set;}
    See Also