Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / CheckBoxGlyphStyle Class / ShouldSerializeUnchecked Method

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

    Return Value

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