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


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

    Property Value

    Color of the background when the cell is active and selected
    See Also