Interface IHTMLFormElement
Interface IHTMLFormElement
Namespace: Aspose.Html
Assembly: Aspose.HTML.dll (25.2.0)
Represents a base interface that should be implemented by HTML Form Elements.
[ComVisible(true)]
public interface IHTMLFormElement
Properties
Elements
Gets the collection of the child form elements.
HTMLCollection Elements { get; }