IHTMLObjectElement::get_altHtmlIHTMLObjectElement::get_altHtml*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLObjectElement::put_altHtml
*Next Topic: IHTMLObjectElement::put_vspace

IHTMLObjectElement::get_altHtml


HRESULT get_altHtml(
    BSTR *p 
);

Returns the string of alternative text that would be displayed for the object if the object is unable to be instantiated, or the browser does not support objects.

p
Address of a string variable that receives the alternative text.

See also put_altHtml

Up Top of Page


IHTMLObjectElement::put_altHtml


HRESULT put_altHtml(
    BSTR v 
);

Sets the string of alternative text that could be displayed instead of the object.

v
String value specifying the alternate text.

See also get_altHtml


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