Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / TabManager Constructor / TabManager Constructor(TabStrip)
Tab strip


In This Topic
    TabManager Constructor(TabStrip)
    In This Topic
    Creates a new tab manager for the specified tab strip.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal tabs As TabStrip _
    )
    'Usage
     
    
    Dim tabs As TabStrip
     
    Dim instance As New TabManager(tabs)
    public TabManager( 
       TabStrip tabs
    )

    Parameters

    tabs
    Tab strip
    See Also