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


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

    Return Value

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