DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Dom
IFormControlElement Interface
IFormControlElement Properties
Form Property
IsEnabled Property
Value Property
IFormControlElement
Form Property
Gets the
<form>
element containing this control.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
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
Exception
Condition
ObjectDisposedException
The
IFormControlElement
has already been disposed.
See Also
Reference
IFormControlElement Interface
DotNetBrowser.Dom Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.