IHTMLRuleStyle::get_paddingLeftIHTMLRuleStyle::get_paddingLeft*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_paddingLeft
*Next Topic: IHTMLRuleStyle::put_padding

IHTMLRuleStyle::get_paddingLeft


HRESULT get_paddingLeft(
    VARIANT *p 
);

Retrieves the value of the CSS padding-left attribute for the element.

p
Address of a variable that receives the value of the attribute. See padding-left for details. This parameter receives NULL if the attribute is not set.

See also put_paddingLeft

Up Top of Page


IHTMLRuleStyle::put_paddingLeft


HRESULT put_paddingLeft(
    VARIANT v 
);

Sets the value of the CSS padding-left attribute for the element. The attribute determines the amount of space between the border and the left of the element's content.

v
String or value specifying the amount of left padding. See padding-left for details. Set this parameter to NULL to remove the attribute.

See also get_paddingLeft


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