IFormElementControls Property |
Gets the collection of all control elements in the form.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IEnumerable<IFormControlElement> Controls { get; }
Property Value
Type:
IEnumerableIFormControlElementThe collection of all control elements in the form.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IFormElement has already been disposed. |
See Also