ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / RangeSliderBarStyle Class / ShouldSerializeSelected Method

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

    Return Value

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