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


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