GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / CanMove Property


In This Topic
CanMove Property (IShape)
In This Topic
Gets or sets whether the object can be moved.
Syntax
'Declaration
 
Property CanMove As Moving
 
'Usage
 
Dim instance As IShape
Dim value As Moving
 
instance.CanMove = value
 
value = instance.CanMove
Remarks
This property affects to UI interaction only.
See Also