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


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

Property Value

The color of the track bar background.
See Also