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

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