IHTMLStyle::get_paddingRightIHTMLStyle::get_paddingRight*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_paddingLeft
*Next Topic: IHTMLStyle::get_paddingTop

IHTMLStyle::get_paddingRight


HRESULT get_paddingRight( 
    VARIANT *p 
);

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

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

See also put_paddingRight

Up Top of Page


IHTMLStyle::put_paddingRight


HRESULT put_paddingRight(
    VARIANT v 
);

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

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

See also get_paddingRight


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