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

    Property Value

    The color of the track bar background.
    See Also