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.
- Returns S_OK if successful, or an error value otherwise.
- 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
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.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.