Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / MoveTab Method


In This Topic
    MoveTab Method
    In This Topic
    Moves the specified tab to a new position in the tab strip.
    Syntax
    'Declaration
     
    
    Public Sub MoveTab( _
       ByVal index As Integer, _
       ByVal newIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim index As Integer
    Dim newIndex As Integer
     
    instance.MoveTab(index, newIndex)
    public void MoveTab( 
       int index,
       int newIndex
    )

    Parameters

    index
    newIndex
    See Also