Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::put_title Next Topic: IHTMLElement::put_language |
IHTMLElement::get_title
HRESULT get_title( BSTR *p );Retrieves the title of the style sheet.
- Returns S_OK if successful, or an error value otherwise.
- 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.
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
IHTMLElement::put_title
HRESULT put_title( BSTR v );Sets the title of the style sheet.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the title. It is FALSE for style sheets that do not specify a title, and that 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 get_title
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.