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


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

    Property Value

    The color of the button background.
    See Also