IHTMLStyle::get_borderWidthIHTMLStyle::get_borderWidth*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_borderTopWidth
*Next Topic: IHTMLStyle::get_clear

IHTMLStyle::get_borderWidth


HRESULT get_borderWidth( 
    BSTR *p 
);

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

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

See also put_borderWidth

Up Top of Page


IHTMLStyle::put_borderWidth


HRESULT put_borderWidth(
    BSTR v 
);

Sets the value of the CSS border-width attribute for the element. The attribute determines the width of the left, right, top, and bottom borders.

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

See also get_borderWidth


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