Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskEditingControl Class / ShouldSerializeBackColor Method


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

    Return Value

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