ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection Class / DisabledBackColor Property

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