Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorderInfo Class / ShouldSerializeBottom Method


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

    Return Value

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