title property

[This documentation is preliminary and is subject to change.]

Sets or retrieves advisory information (a ToolTip) for the object.

HTML 4.01 Specification, Section 7.4.3

Syntax

HRESULT value = object.put_title(BSTR v);HRESULT value = object.get_title(BSTR* p);

Property values

Type: BSTR

the advisory text.

Standards information

Remarks

Windows Internet Explorer renders the title as a ToolTip when the user hovers the mouse over the object.

Titles are limited to 512 total characters; this limit includes control characters, such as line feeds, carriage returns, and so on.

In Windows CE, ToolTips do not appear when a user hovers the mouse pointer over objects.

Renders the title as a ToolTip when the user hovers a mouse or finger over objects

Titles are limited to 512 total characters; this limit includes control characters, such as line feeds, carriage returns, and so on.

See also

title

 

 

Build date: 6/12/2012