IHTMLRuleStyle::get_borderRightIHTMLRuleStyle::get_borderRight*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_borderRight
*Next Topic: IHTMLRuleStyle::put_borderBottom

IHTMLRuleStyle::get_borderRight


HRESULT get_borderRight(
    BSTR *p 
);

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

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

See also put_borderRight

Up Top of Page


IHTMLRuleStyle::put_borderRight


HRESULT put_borderRight(
    BSTR v 
);

Sets the value of the CSS border-right attribute for the element. The attribute determines the width, style, and color of the right border.

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

See also get_borderRight


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