Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / RefreshTab Method
Tab index


In This Topic
    RefreshTab Method
    In This Topic
    Redraws the specified tab.
    Syntax
    'Declaration
     
    
    Public Sub RefreshTab( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim index As Integer
     
    instance.RefreshTab(index)
    public void RefreshTab( 
       int index
    )

    Parameters

    index
    Tab index
    See Also