Spread WinForms 15
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

Property Value

The color of the button hovered border.
See Also