ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Interaction Namespace / C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection Class / DisabledBackColor Property

In This Topic
    DisabledBackColor Property (C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection)
    In This Topic
    Gets or sets background color of bar if control is disabled.
    Syntax
    'Declaration
     
    Public Property DisabledBackColor As Color
    public Color DisabledBackColor {get; set;}
    See Also