is_locked property

is_locked property

The lock state of the shape in Visio. If True, shape editing will be forbidden.

By default, the value is False; the shape can be edited in Visio.

Definition:

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

See Also