IHTMLButtonElement::get_formIHTMLButtonElement::get_form*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLButtonElement::get_disabled
*Next Topic: IHTMLButtonElement::createTextRange

IHTMLButtonElement::get_form


HRESULT get_form(
    IHTMLFormElement **p
);

Retrieves a reference to the form the element is embedded on.

p
Address of a pointer to the IHTMLFormElement interface of the form element. This parameter receives NULL if the element is not on a form.

See also IHTMLFormElement


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.