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


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

    Property Value

    The color of the button selected border.
    See Also