Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / ActiveSelectedBackColor Property


In This Topic
    ActiveSelectedBackColor Property
    In This Topic
    Gets or sets the color of the header cell when selected.
    Syntax
    'Declaration
     
    
    Public Property ActiveSelectedBackColor As Color
    'Usage
     
    
    Dim instance As BaseHeaderFlatStyleRenderer
    Dim value As Color
     
    instance.ActiveSelectedBackColor = value
     
    value = instance.ActiveSelectedBackColor
    public Color ActiveSelectedBackColor {get; set;}
    See Also