Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / TabMove Method


In This Topic
    TabMove Method (ITabManager)
    In This Topic
    Moves to a new tab.
    Syntax
    'Declaration
     
    
    Sub TabMove( _
       ByVal fromIndex As Integer, _
       ByVal toIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As ITabManager
    Dim fromIndex As Integer
    Dim toIndex As Integer
     
    instance.TabMove(fromIndex, toIndex)
    void TabMove( 
       int fromIndex,
       int toIndex
    )

    Parameters

    fromIndex
    toIndex
    See Also