IHTMLStyle::get_borderTopIHTMLStyle::get_borderTop*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_borderStyle
*Next Topic: IHTMLStyle::get_borderTopColor

IHTMLStyle::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


IHTMLStyle::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.