Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / ShouldSerialize Method


In This Topic
ShouldSerialize Method (IFpStatusBar)
In This Topic
Gets whether the status bar should serialize the Code DOM.
Syntax
'Declaration
 
Function ShouldSerialize() As Boolean
 
'Usage
 
Dim instance As IFpStatusBar
Dim value As Boolean
 
value = instance.ShouldSerialize()
See Also