Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / SheetTabUpperActiveColor Property


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

    Property Value

    The color of the sheet tab upper active.
    See Also