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


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