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. For details, see the alt property.
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
Sets the optional text, which is used 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 (BSTR) that specifies the optional text to set. For details, see the alt property.
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