Spread Windows Forms 17
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
    public Color TrackBarSelectedBackgroundColor {get; set;}

    Property Value

    The color of the track bar selected background.
    See Also