Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SelectTab Method


In This Topic
    SelectTab Method
    In This Topic
    Selects the range of tabs between the specified tabs.
    Syntax
    'Declaration
     
    
    Public Sub SelectTab( _
       ByVal index1 As Integer, _
       ByVal index2 As Integer _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim index1 As Integer
    Dim index2 As Integer
     
    instance.SelectTab(index1, index2)
    public void SelectTab( 
       int index1,
       int index2
    )

    Parameters

    index1
    index2
    See Also