IHTMLFormElement Interface

IHTMLFormElement interface

Represents a base interface that should be implemented by HTML Form Elements.

public interface IHTMLFormElement

Properties

NameDescription
Elements { get; }Gets the collection of the child form elements.

See Also