read_only property

read_only property

This control is read-only. See the readonly attribute definition in HTML 4.01.

Definition:

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

See Also