Contents Index Topic Contents | ||
Previous Topic: IHTMLRuleStyle::put_borderBottomWidth Next Topic: IHTMLRuleStyle::put_borderLeftWidth |
IHTMLRuleStyle::get_borderBottomWidth
HRESULT get_borderBottomWidth( VARIANT *p );Retrieves the value of the CSS border-bottom-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-bottom-width for details. This parameter receives NULL if the attribute is not set.
See also put_borderBottomWidth
IHTMLRuleStyle::put_borderBottomWidth
HRESULT put_borderBottomWidth( VARIANT v );Sets the value of the CSS border-bottom-width attribute for the element. The attribute determines the width of the bottom border.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the border width. Set this parameter to NULL to remove the attribute. See border-bottom-width for details.
See also get_borderBottomWidth
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.