IHTMLButtonElement::get_nameIHTMLButtonElement::get_name*
*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.

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

Up Top of Page


IHTMLButtonElement::put_name


HRESULT put_name(
    BSTR v
);

Sets the name of the button control.

v
String value specifying the name.

This method is related to the name property of the BUTTON object.

See also get_name


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