IHTMLStyleElement::get_typeIHTMLStyleElement::get_type*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyleElement::get_styleSheet
*Next Topic: IHTMLStyleElement::put_disabled

IHTMLStyleElement::get_type


HRESULT get_type( 
    BSTR *p 
);

Retrieves the CSS language in which the style sheet is written.

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

Up Top of Page


IHTMLStyleElement::put_type


HRESULT put_type( 
    BSTR v 
);

Sets the CSS language in which the style sheet is written.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.