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


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