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


In This Topic
    ButtonBackColor Property (TabStrip)
    In This Topic
    Gets or sets the background color of the tab strip buttons.
    Syntax
    'Declaration
     
    
    Public Overridable Property ButtonBackColor As Color
    'Usage
     
    
    Dim instance As TabStrip
    Dim value As Color
     
    instance.ButtonBackColor = value
     
    value = instance.ButtonBackColor
    public virtual Color ButtonBackColor {get; set;}
    See Also