Contents Index Topic Contents | ||
Previous Topic: IHTMLRuleStyle::put_borderWidth Next Topic: IHTMLRuleStyle::put_borderTopWidth |
IHTMLRuleStyle::get_borderWidth
HRESULT get_borderWidth( BSTR *p );Retrieves the value of the CSS border-width attribute for the element.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLRuleStyle::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.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the border widths. Set this parameter to NULL to remove the attribute. See border-width for details.
See also get_borderWidth
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.