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


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

    Return Value

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