Contents Index Topic Contents | ||
Previous Topic: IHTMLInputImage::put_alt Next Topic: IHTMLInputImage::put_src |
IHTMLInputImage::get_alt
HRESULT get_alt( BSTR *p );Retrieves the optional text as an alternative to the graphic for rendering in nongraphical environments. Alternate text should be provided whenever the graphic is not rendered. Alternate text is mandatory for Level 0 documents.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the optional text.
See also put_alt
IHTMLInputImage::put_alt
HRESULT put_alt( BSTR v );Indicates optional text as an alternative to the graphic for rendering in nongraphical environments. Alternate text should be provided whenever the graphic is not rendered. Alternate text is mandatory for Level 0 documents.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the optional text.
See also get_alt
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.