FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ThreeWayArrowShape Class / ShouldSerializeCanMove Method


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