value property
value property
On getting, must return the value of the first option element in the list of options in tree order that has its selectedness set to true, if any.
Definition:
@property
def value(self):
...
@value.setter
def value(self, value):
...
See Also
- module
aspose.html.forms
- class
SelectElement