IHTMLRuleStyle::get_borderRightWidthIHTMLRuleStyle::get_borderRightWidth*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_borderRightWidth
*Next Topic: IHTMLRuleStyle::put_borderBottomWidth

IHTMLRuleStyle::get_borderRightWidth


HRESULT get_borderRightWidth( 
    VARIANT *p 
);

Retrieves the value of the CSS border-right-width attribute for the element.

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

See also put_borderRightWidth

Up Top of Page


IHTMLRuleStyle::put_borderRightWidth


HRESULT put_borderRightWidth( 
    VARIANT v 
);

Sets the value of the CSS border-right-width attribute for the element. The attribute determines the width of the right border.

v
String specifying the border width. Set this parameter to NULL to remove the attribute. See border-right-width for details.

See also get_borderRightWidth


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