IHTMLButtonElement::get_typeIHTMLButtonElement::get_type*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLButtonElement
*Next Topic: IHTMLButtonElement::put_value

IHTMLButtonElement::get_type


HRESULT get_type(
    BSTR *p
);

Retrieves the visual appearance and default behavior of the button.

p
Address of a string variable that receives one of these strings:
button Creates a command button. This is the default value for this property.
reset Creates a reset button. If in a form, this button resets the fields in the form to their initial values.
submit Creates a submit button. If in a form, this button submits the form.


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