is_locked property

is_locked property

Indicates whether data in the control is locked for editing.

Definition:

@property
def is_locked(self):
    ...
@is_locked.setter
def is_locked(self, value):
    ...

See Also