FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / ShouldSerializeName Method


In This Topic
ShouldSerializeName Method (CalloutArrowShape)
In This Topic
Determines if the name of the object should be serialized.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeName() As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
value = instance.ShouldSerializeName()
See Also