Click to return to the Reusing Browser Technology home page    
IHTMLInputElement::get_al...     IHTMLInputElement::get_bo...     IHTMLInputElement Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLInputElement::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.

Syntax

HRESULT get_alt(
    BSTR *p
);

Parameters

p
Address of a string (BSTR) variable that receives the optional text.

Return Value

Returns S_OK if successful, or an error code otherwise.


IHTMLInputElement::put_alt Method


Sets 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.

Syntax

HRESULT put_alt(
    BSTR v
);

Parameters

v
String (BSTR) that specifies the optional text to set.

Return Value

Returns S_OK if successful, or an error code otherwise.



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.