Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / ShowNavButtons Property


In This Topic
    ShowNavButtons Property
    In This Topic
    Gets or sets whether the tab strip displays buttons.
    Syntax
    'Declaration
     
    
    Public Overridable Property ShowNavButtons As Boolean
    'Usage
     
    
    Dim instance As TabStrip
    Dim value As Boolean
     
    instance.ShowNavButtons = value
     
    value = instance.ShowNavButtons
    public virtual bool ShowNavButtons {get; set;}
    See Also