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