Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ShouldSerializeInvalidColor Method


In This Topic
    ShouldSerializeInvalidColor Method (SuperEditBase)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeInvalidColor() As Boolean
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Boolean
     
    value = instance.ShouldSerializeInvalidColor()
    public virtual bool ShouldSerializeInvalidColor()

    Return Value

    True if the property value has changed from its default; otherwise, false.
    See Also