Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / TabMove Method
Tab index


In This Topic
    TabMove Method (TabManager)
    In This Topic
    Moves a tab.
    Syntax
    'Declaration
     
    
    Public Overridable Sub TabMove( _
       ByVal index As Integer, _
       ByVal newIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As TabManager
    Dim index As Integer
    Dim newIndex As Integer
     
    instance.TabMove(index, newIndex)
    public virtual void TabMove( 
       int index,
       int newIndex
    )

    Parameters

    index
    Tab index
    newIndex
    See Also