Returns or sets a value which specifies if the object can be moved.
object.Moveable = boolean
The parts of the Moveable property syntax are described in the following table.
| Part | Description |
|---|---|
| object | An object expression that evaluates to an object. |
| boolean | A Boolean expression that specifies if the object can be moved. |
The settings for boolean are described in the following table.
| Constant | Value | Description |
|---|---|---|
| True | 1 | The object can be moved. |
| False | 0 | The object cannot be moved. |