ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection Class / DisabledBorderColor Property

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