Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EnhancedColumnHeaderRenderer Class / SelectedBackgroundColor Property


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

    Property Value

    Color of the background when the cell is selected
    See Also