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


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

    Return Value

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