IHTMLRuleStyle::get_borderTopIHTMLRuleStyle::get_borderTop*
*



Contents  *



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

IHTMLRuleStyle::get_borderTop


HRESULT get_borderTop(
    BSTR *p 
);

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

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

See also put_borderTop

Up Top of Page


IHTMLRuleStyle::put_borderTop


HRESULT put_borderTop(
    BSTR v 
);

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

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

See also get_borderTop


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