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


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

    Property Value

    The color of the tab strip button border.
    See Also