Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ThumbStyle Class / ShouldSerializeOnState Method

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

    Return Value

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