text property

text property

Gets and set text of the control.

Definition:

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

See Also