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


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

Property Value

The color of the button selected border.
See Also