title property
Sets or retrieves advisory information (a ToolTip) for the object.
![]() |
Syntax
HRESULT value = object.put_title( v);HRESULT value = object.get_title(* p);
Property values
Type: BSTR
the advisory text.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 7.4.3
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
Show:
