Click to return to the Reusing Browser Technology home page    
IHTMLElement::get_tagName...     IHTMLElement::getAttribut...     IHTMLElement Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLElement::get_title Method


Retrieves advisory information (a ToolTip) for the object.

Syntax

HRESULT get_title(
    BSTR *p
);

Parameters

p
Address of a string (BSTR) variable that receives the title property. It is FALSE for objects that do not specify a title.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

For Microsoft® Windows® CE only, titles are not displayed as ToolTips.

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

IHTMLElement::put_title Method


Sets advisory information (a ToolTip) for the object.

Syntax

HRESULT put_title(
    BSTR v
);

Parameters

v
String (BSTR) that specifies the title property to set. It is FALSE for objects that do not specify a title.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

For Microsoft® Windows® CE only, titles are not displayed as ToolTips.

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.