Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / TabStripButtonUpperPressedColor Property


In This Topic
    TabStripButtonUpperPressedColor Property (ICustomizeColor)
    In This Topic
    Gets or sets tab strip spressed button upper color.
    Syntax
    'Declaration
     
    
    Property TabStripButtonUpperPressedColor As Color
    'Usage
     
    
    Dim instance As ICustomizeColor
    Dim value As Color
     
    instance.TabStripButtonUpperPressedColor = value
     
    value = instance.TabStripButtonUpperPressedColor
    Color TabStripButtonUpperPressedColor {get; set;}
    See Also