Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedScrollBarRenderer Class / ButtonHoveredBackgroundColor Property


In This Topic
    ButtonHoveredBackgroundColor Property
    In This Topic
    Gets or sets the color of the button hovered background.
    Syntax
    'Declaration
     
    
    Public Property ButtonHoveredBackgroundColor As Color
    'Usage
     
    
    Dim instance As EnhancedScrollBarRenderer
    Dim value As Color
     
    instance.ButtonHoveredBackgroundColor = value
     
    value = instance.ButtonHoveredBackgroundColor
    public Color ButtonHoveredBackgroundColor {get; set;}

    Property Value

    The color of the button hovered background.
    See Also