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


In This Topic
ResetCanMove Method (MultiSideShape)
In This Topic
Resets whether the object can be moved by the user.
Syntax
'Declaration
 
Public Overridable Sub ResetCanMove() 
 
'Usage
 
Dim instance As MultiSideShape
 
instance.ResetCanMove()
See Also