Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EnhancedColumnHeaderRenderer Class / ActiveBackgroundColor Property


In This Topic
    ActiveBackgroundColor Property (EnhancedColumnHeaderRenderer)
    In This Topic
    Gets or sets the color of the active background.
    Syntax
    'Declaration
     
    
    Public Property ActiveBackgroundColor As Color
    'Usage
     
    
    Dim instance As EnhancedColumnHeaderRenderer
    Dim value As Color
     
    instance.ActiveBackgroundColor = value
     
    value = instance.ActiveBackgroundColor
    public Color ActiveBackgroundColor {get; set;}

    Property Value

    Color of the background when the cell is active
    See Also