Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the title of the style sheet.
Syntax
HRESULT get_title( BSTR *p );
Parameters
- p
- Address of a string variable that receives the title. It is FALSE for style sheets that do not specify a title, and that title is not currently selected.
Return Value
Returns S_OK if successful, or an error value otherwise.
The application of individual style sheets can be turned on and off dynamically. Note that the value of this property is also controlled by whether titled style sheets are applied.
See Also
put_title
Sets the title of the style sheet.
Syntax
HRESULT put_title( BSTR v );
Parameters
- v
- String specifying the title. It is FALSE for style sheets that do not specify a title, and that title is not currently selected.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The application of individual style sheets can be turned on and off dynamically. Note that the value of this property is also controlled by whether titled style sheets are applied.
See Also
get_title, IHTMLElement
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.