is_visible 属性
is_visible 属性
指示任务窗格在文档打开时是否默认显示为可见。
定义:
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
指示任务窗格在文档打开时是否默认显示为可见。
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...