is_visible property

TaskPane.is_visible property

Specifies whether the task pane shows as visible by default when the document opens.

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

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

See Also