IHTMLInputButtonElement::get_formIHTMLInputButtonElement::get_form*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLInputButtonElement::get_disabled
*Next Topic: IHTMLInputFileElement

IHTMLInputButtonElement::get_form


HRESULT get_form(
     IHTMLFormElement **p
);

Retrieves a reference to the form on which the INPUT button control is embedded.

p
Address of a variable that receives an interface pointer to 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.