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


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

    Property Value

    The color of the button hovered border.
    See Also