Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / CanMove Property


In This Topic
CanMove Property (IPSObject)
In This Topic
Gets or sets whether the object can be moved.
Syntax
'Declaration
 
Property CanMove As Moving
 
'Usage
 
Dim instance As IPSObject
Dim value As Moving
 
instance.CanMove = value
 
value = instance.CanMove
See Also