IFormElementControls Property |
Gets the collection of all control elements in the form.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.8
SyntaxIEnumerable<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