Contents Index Topic Contents | ||
Previous Topic: IHTMLButtonElement::put_name Next Topic: IHTMLButtonElement::put_status |
IHTMLButtonElement::get_name
HRESULT get_name( BSTR *p );Retrieves the name of the button control.
- Returns S_OK if successful, or an error value otherwise.
- v
- Address of a string variable that receives the name.
This method is related to the name property of the BUTTON object.
See also put_name
IHTMLButtonElement::put_name
HRESULT put_name( BSTR v );Sets the name of the button control.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the name.
This method is related to the name property of the BUTTON object.
See also get_name
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.