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


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