![]() | ![]() | ![]() |
| ||
|
IHTMLButtonElement::get_type
HRESULT get_type( BSTR *p );Retrieves the visual appearance and default behavior of the button.
- Returns S_OK if successful, or an error value otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.