Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheet::get_rules Next Topic: IHTMLStyleSheet::get_type |
IHTMLStyleSheet::get_title
HRESULT get_title( BSTR *p );Retrieves the title of the styleSheet.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the title. This parameter receives FALSE if the style sheet has no title or the title is not currently selected.
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
IHTMLStyleSheet::put_title
HRESULT put_title( BSTR v );Sets the title of the styleSheet element.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the title.
See also get_title
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.