Contents Index Topic Contents | ||
Previous Topic: IHTMLButtonElement::put_value Next Topic: IHTMLButtonElement::put_name |
IHTMLButtonElement::get_value
HRESULT get_value( BSTR *p );Retrieves the value of the button control. The value is submitted to the server as a name/value pair.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the value.
See also put_value
IHTMLButtonElement::put_value
HRESULT put_value( BSTR v );Sets the value of the button control. The value is submitted to the server as a name/value pair.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the value.
See also get_value
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.