Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / ScrollBoxBackgroundColor Property


In This Topic
ScrollBoxBackgroundColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the scroll box background.
Syntax
'Declaration
 
Public Property ScrollBoxBackgroundColor As Color
 
'Usage
 
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
 
instance.ScrollBoxBackgroundColor = value
 
value = instance.ScrollBoxBackgroundColor

Property Value

The color of the scroll box background.
See Also