IHTMLRuleStyle::get_overflowIHTMLRuleStyle::get_overflow*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_overflow
*Next Topic: IHTMLRuleStyle::put_pageBreakBefore

IHTMLRuleStyle::get_overflow


HRESULT get_overflow(
    BSTR *p 
);

Retrieves the value of the CSS overflow attribute for the element.

p
Address of a variable that receives the value of the attribute, which can be one of these strings:
none
clip
scroll
The variable receives NULL if the attribute is not set. See overflow for details.

See also put_overflow

Up Top of Page


IHTMLRuleStyle::put_overflow


HRESULT put_overflow( 
    BSTR v 
);

Sets the value of the CSS overflow attribute for the element.

v
String specifying the value of the attribute. Can be one of these strings:
none
clip
scroll
Set this parameter to NULL to remove the attribute. See overflow for details.

See also get_overflow


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