ComponentOne Input for WinForms
C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection Class / ShouldSerializeSelectedBackColor Method

In This Topic
    ShouldSerializeSelectedBackColor Method
    In This Topic
    Specifies whether to save the value of the SelectedBackColor property.
    Syntax
    'Declaration
     
    Protected Overridable Function ShouldSerializeSelectedBackColor() As Boolean
    protected virtual bool ShouldSerializeSelectedBackColor()

    Return Value

    Returns true if the property has changed; otherwise, returns false.
    See Also