Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / StateUnderlineStyle Class / ShouldSerializeColor Method

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

    Return Value

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