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


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

Property Value

The color of the button border.
See Also