Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / SheetTabLowerActiveColor Property


In This Topic
    SheetTabLowerActiveColor Property (EnhancedInterfaceRenderer)
    In This Topic
    Gets or sets the color of the lower, active sheet tab.
    Syntax
    'Declaration
     
    
    Public Property SheetTabLowerActiveColor As Color
    'Usage
     
    
    Dim instance As EnhancedInterfaceRenderer
    Dim value As Color
     
    instance.SheetTabLowerActiveColor = value
     
    value = instance.SheetTabLowerActiveColor
    public Color SheetTabLowerActiveColor {get; set;}

    Property Value

    The color of the sheet tab lower active.
    See Also