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