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


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

    Parameters

    index1
    index2
    See Also