Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorderInfo Class / ShouldSerializeTop Method


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

    Return Value

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