IHTMLRuleStyle::get_cssTextIHTMLRuleStyle::get_cssText*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_cssText
*Next Topic: IHTMLRuleStyle::put_cursor

IHTMLRuleStyle::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


IHTMLRuleStyle::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.