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


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

    Return Value

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