is_locked property

is_locked property

Gets or sets a value indicating whether an editing of the shape in Visio is forbidden.

Remarks

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