Gets the form element containing this control.

[VBScript]
Public ReadOnly Property Form As HTMLFormElement
[JScript]
public function get Form() : HTMLFormElement;

Property Value

A HTMLFormElement object.

See Also

HTMLButtonElement Object | HTMLButtonElement Members | DOM Namespace