Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManagerChangeEventArgs Class / TabIndex1 Property


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