Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ShouldSerializeBackColor Method


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

    Return Value

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