form property
form property
Returns the FORM
element containing this control. Returns
null
if this control is not within the context of a
form.
Definition:
@property
def form(self):
...
@form.setter
def form(self, value):
...
See Also
- module
aspose.html
- class
HTMLFormElement
- class
HTMLInputElement