Class HTMLFormControlsCollection
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The HTMLFormControlsCollection interface represents a collection of HTML form control elements, returned by the HTMLFormElement interface's Elements property.
[Value("HTMLFormControlsCollection")]
public class HTMLFormControlsCollection : HTMLCollection
- Inheritance
-
HTMLFormControlsCollection
- Inherited Members
Remarks
The collection returned by Elements includes the form's associated listed form controls. See Elements for the list of listed form controls and an explanation of form association.
This interface replaces one method from HTMLCollection, on which it is based.
Constructors
HTMLFormControlsCollection()
public HTMLFormControlsCollection()