Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBar Class / ShouldSerialize Method


In This Topic
    ShouldSerialize Method (FpStatusBar)
    In This Topic
    Gets whether the status bar should serialize to the code DOM.
    Syntax
    'Declaration
     
    
    Public Function ShouldSerialize() As Boolean
    'Usage
     
    
    Dim instance As FpStatusBar
    Dim value As Boolean
     
    value = instance.ShouldSerialize()
    public bool ShouldSerialize()
    See Also