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


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