Spread WinForms 15
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)

Parameters

fromIndex
toIndex
See Also