is_locked property

TaskPane.is_locked property

Specifies whether the task pane is locked to the document in the UI and cannot be closed by the user.

@property
def is_locked(self) -> bool:
    ...

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

See Also