IHTMLButtonElement::get_valueIHTMLButtonElement::get_value*
*



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.

p
Address of a string variable that receives the value.

See also put_value

Up Top of Page


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.

v
String value specifying the value.

See also get_value


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