Property Controls
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Controls
Gets the collection of all control elements in the form.
IEnumerable<IFormControlElement> Controls { get; }
Property Value
- IEnumerable<IFormControlElement>
The collection of all control elements in the form.
Exceptions
- ObjectDisposedException
The IFormElement has already been disposed.