Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / TabStripButtonUpperActiveColor Property


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