Click or drag to resize

IFormElementControls Property

Gets the collection of all control elements in the form.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IEnumerable<IFormControlElement> Controls { get; }

Property Value

Type: IEnumerableIFormControlElement
The collection of all control elements in the form.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFormElement has already been disposed.
See Also