This topic has not yet been rated - Rate this topic

title property

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

HTML 4.01 Specification, Section 7.4.3

Syntax

HRESULT value = object.put_title( v);HRESULT value = object.get_title(* 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.

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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.