IHTMLStyle::get_borderLeftWidthIHTMLStyle::get_borderLeftWidth*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_borderLeftStyle
*Next Topic: IHTMLStyle::get_borderRight

IHTMLStyle::get_borderLeftWidth


HRESULT get_borderLeftWidth(
    VARIANT *p 
);

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

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

See also put_borderLeftWidth

Up Top of Page


IHTMLStyle::put_borderLeftWidth


HRESULT put_borderLeftWidth(
    VARIANT v 
);

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

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

See also get_borderLeftWidth


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