is_locked property

is_locked property

The property indicates whether editing of the shape in PowerPoint is forbidden.

If the value is True, shape editing will be forbidden. By default the value is False, allowing shape editing in PowerPoint.

Definition:

@property
def is_locked(self):
    ...
@is_locked.setter
def is_locked(self, value):
    ...

See Also