is_editable property
is_editable property
Indicates whether the user can type into the control.
Definition:
@property
def is_editable(self):
...
@is_editable.setter
def is_editable(self, value):
...
Indicates whether the user can type into the control.
@property
def is_editable(self):
...
@is_editable.setter
def is_editable(self, value):
...