LockDelete Property

A Boolean type property. A flag that specifies whether the shape is protected from deleting.True - protection is on, False - protection is off.

Applies to: Shape object

Syntax

[[Let] lockDeleteRet =] object.LockDelete

[Let] object.LockDelete = lockDeleteSet

The LockDelete property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
lockDeleteRet Optional. A Boolean type variable.
lockDeleteSet Required. An expression that returns a Boolean value.

Remarks

The LockDelete property is also a table parameter of the shape, that is, its value can be described by a formula. To work with LockDelete as a table parameter, use the CDPT_LOCKDELETE constant tag.

 

See Also

LockAspect property, LockBegin property, LockCalcWH property, LockEnd property, LockFlipX property, LockFlipY property, LockHeight property, LockMoveX property, LockMoveY property, LockRotate property, LockVertex property, LockWidth property