IHTMLStyle::get_cssTextIHTMLStyle::get_cssText*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_color
*Next Topic: IHTMLStyle::get_cursor

IHTMLStyle::get_cssText


HRESULT get_cssText( 
    BSTR *p 
);

Retrieves the persisted representation of the style rule.

p
Address of a variable that receives the style rule.

See also put_cssText

Up Top of Page


IHTMLStyle::put_cssText


HRESULT put_cssText(
    BSTR v 
);

Sets the persisted representation of the style rule.

v
String specifying the style rule.

See also get_cssText


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