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


In This Topic
    ContainSelectBackColor Property (BaseHeaderFlatStyleRenderer)
    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