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


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

    Property Value

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