title property
Sets or retrieves the title of the style sheet.
![]() |
Syntax
HRESULT value = object.put_title( v);HRESULT value = object.get_title(* p);
Property values
Type: BSTR
the title.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 7.4.3
Remarks
The IHTMLStyleSheet4::title is a string used to identify a style sheet.
Show:
