is_visible property
is_visible property
Indicates whether this control is visible.
Definition:
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
Indicates whether this control is visible.
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...