ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / RangeSliderStyles Class / ShouldSerializeThumb Method

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

    Return Value

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