Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBox Class / ShouldSerializeBorder Method


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

    Return Value

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