![]() | ![]() | ![]() |
| ||
|
IHTMLStyleElement::get_type
HRESULT get_type( BSTR *p );Retrieves the CSS language in which the style sheet is written.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the CSS language. It can be any string, including an empty string. Valid style sheets are typically set to "text/css".
See also put_type
IHTMLStyleElement::put_type
HRESULT put_type( BSTR v );Sets the CSS language in which the style sheet is written.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the CSS language. It can be any string, including an empty string. Valid style sheets are typically set to "text/css".
See also get_type
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.