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


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

Property Value

The color of the track bar selected background.
See Also