Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ShouldSerializeBackColor Method


In This Topic
    ShouldSerializeBackColor Method (SuperEditBase)
    In This Topic
    Internal use only. Determines whether the background color should be serialized.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerializeBackColor() As Boolean
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Boolean
     
    value = instance.ShouldSerializeBackColor()
    public override bool ShouldSerializeBackColor()

    Return Value

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