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


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