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

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

    Return Value

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