Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedScrollBarRenderer Class / ButtonBorderColor Property


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

    Property Value

    The color of the button border.
    See Also