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


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

    Property Value

    The color of the button selected background.
    See Also