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

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

    Return Value

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