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


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