Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / TabStripButtonUpperNormalColor Property


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

    Property Value

    The color of the tab strip button upper normal.
    See Also