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


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