text property
text property
Gets and set text of the control.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
Gets and set text of the control.
@property
def text(self):
...
@text.setter
def text(self, value):
...