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


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

Property Value

The color of the button background.
See Also