IHTMLStyle::get_borderTopWidthIHTMLStyle::get_borderTopWidth*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_borderTopStyle
*Next Topic: IHTMLStyle::get_borderWidth

IHTMLStyle::get_borderTopWidth


HRESULT get_borderTopWidth( 
    VARIANT *p 
);

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

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

See also put_borderTopWidth

Up Top of Page


IHTMLStyle::put_borderTopWidth


HRESULT put_borderTopWidth(
    VARIANT v 
);

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

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

See also get_borderTopWidth


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