Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / ShouldSerializeBackColor Method


In This Topic
    ShouldSerializeBackColor Method (GcCharMask)
    In This Topic
    Indicates whether the BackColor property should be persisted.
    Syntax
    'Declaration
     
    
    Protected Overridable Shadows Function ShouldSerializeBackColor() As Boolean
    'Usage
     
    
    Dim instance As GcCharMask
    Dim value As Boolean
     
    value = instance.ShouldSerializeBackColor()
    protected virtual new bool ShouldSerializeBackColor()

    Return Value

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