IHTMLFormElement.Elements

IHTMLFormElement.Elements property

Gets the collection of the child form elements.

public HTMLCollection Elements { get; }

Property Value

The elements.

See Also