is_enabled property
is_enabled property
Indicates whether the control can receive the focus and respond to user-generated events.
Definition:
@property
def is_enabled(self):
...
@is_enabled.setter
def is_enabled(self, value):
...
Indicates whether the control can receive the focus and respond to user-generated events.
@property
def is_enabled(self):
...
@is_enabled.setter
def is_enabled(self, value):
...