Click to return to the Reusing Browser Technology home page    
IHTMLInputImage::get_alig...     IHTMLInputImage::get_bord...     IHTMLInputImage Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLInputImage::get_alt Method


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.

Syntax

HRESULT get_alt(
    BSTR *p
);

Parameters

p
Address of a variable that receives the optional text.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

IHTMLInputImage::put_alt Method


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.

Syntax

HRESULT put_alt(
    BSTR v
);

Parameters

v
String that specifies the optional text.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.