Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStripNavigateEventArgs Class / NewLeftTab Property


In This Topic
    NewLeftTab Property
    In This Topic
    Gets the next left tab.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewLeftTab As Integer
    'Usage
     
    
    Dim instance As TabStripNavigateEventArgs
    Dim value As Integer
     
    value = instance.NewLeftTab
    public int NewLeftTab {get;}
    See Also