Table of Contents

Interface IHTMLFormElement

Namespace
Org.W3c.Dom.Html
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IHTMLFormElement : IHTMLElement, IElement, INode
Inherited Members

Properties

AcceptCharset

String AcceptCharset { get; set; }

Property Value

String

Action

String Action { get; set; }

Property Value

String

Elements

HTMLCollection Elements { get; }

Property Value

HTMLCollection

Enctype

String Enctype { get; set; }

Property Value

String

Length

int Length { get; }

Property Value

int

Method

String Method { get; set; }

Property Value

String

Name

String Name { get; set; }

Property Value

String

Target

String Target { get; set; }

Property Value

String

Methods

Reset()

void Reset()

Submit()

void Submit()