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
Moving CanMove {get; set;}
See Also