form property
[This documentation is preliminary and is subject to change.]
Retrieves a reference to the form that the object is embedded in.
Syntax
HRESULT value = object.get_form(IHTMLFormElement** p);
Property values
Type: Object
The form.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
Null is returned if the object is not on a form.
In Microsoft Internet Explorer 6, This property now applies to the fieldSet, isIndex, label, and legend elements.
Build date: 1/26/2012