Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / TabStrip Property


In This Topic
    TabStrip Property (TabManager)
    In This Topic
    Gets or sets a tab strip.
    Syntax
    'Declaration
     
    
    Public Overridable Property TabStrip As TabStrip
    'Usage
     
    
    Dim instance As TabManager
    Dim value As TabStrip
     
    instance.TabStrip = value
     
    value = instance.TabStrip
    public virtual TabStrip TabStrip {get; set;}
    See Also