Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / ShouldSerializeDisabledBackColor Method


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

    Return Value

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