Click or drag to resize

IFormControlElementForm Property

Gets the <form> element containing this control.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IFormElement Form { get; }

Property Value

Type: IFormElement
The <form> element containing this control. Can be null if this control is not within the context of a form.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFormControlElement has already been disposed.
See Also