Property Form
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Form
Gets the <form>
element containing this control.
IFormElement Form { get; }
Property Value
- IFormElement
The
<form>
element containing this control. Can benull
if this control is not within the context of a form.
Exceptions
- ObjectDisposedException
The IFormControlElement has already been disposed.