Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / StateElementStyle Class / ShouldSerializeForeColor Method

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

    Return Value

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