ShouldSerializeBackColor Method (SuperEditBase)
Internal use only. Determines whether the background color should be serialized.
public override bool ShouldSerializeBackColor()
'Declaration
Public Overrides Function ShouldSerializeBackColor() As Boolean
'Usage
Dim instance As SuperEditBase
Dim value As Boolean
value = instance.ShouldSerializeBackColor()
Return Value
True if the property value has changed from its default; otherwise, false.