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