Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / TabStrip Property


In This Topic
    TabStrip Property (ITabManager)
    In This Topic
    Gets or sets the tab strip.
    Syntax
    'Declaration
     
    
    Property TabStrip As TabStrip
    'Usage
     
    
    Dim instance As ITabManager
    Dim value As TabStrip
     
    instance.TabStrip = value
     
    value = instance.TabStrip
    TabStrip TabStrip {get; set;}
    See Also