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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the alternative text.
See also put_altHtml
IHTMLObjectElement::put_altHtml
HRESULT put_altHtml( BSTR v );Sets the string of alternative text that could be displayed instead of the object.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the alternate text.
See also get_altHtml
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.