Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / TabStripBackgroundColor Property


In This Topic
    TabStripBackgroundColor Property (EnhancedInterfaceRenderer)
    In This Topic
    Gets or sets the color of the tab strip background.
    Syntax
    'Declaration
     
    
    Public Property TabStripBackgroundColor As Color
    'Usage
     
    
    Dim instance As EnhancedInterfaceRenderer
    Dim value As Color
     
    instance.TabStripBackgroundColor = value
     
    value = instance.TabStripBackgroundColor
    public Color TabStripBackgroundColor {get; set;}

    Property Value

    The color of the tab strip background.
    See Also