Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedScrollBarRenderer Class / ButtonHoveredBackgroundColor Property


In This Topic
ButtonHoveredBackgroundColor Property
In This Topic
Gets or sets the color of the button hovered background.
Syntax
'Declaration
 
Public Property ButtonHoveredBackgroundColor As Color
 
'Usage
 
Dim instance As EnhancedScrollBarRenderer
Dim value As Color
 
instance.ButtonHoveredBackgroundColor = value
 
value = instance.ButtonHoveredBackgroundColor

Property Value

The color of the button hovered background.
See Also