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


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

    Return Value

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