Contents Index Topic Contents | ||
Previous Topic: IHTMLRuleStyle::put_borderBottomStyle Next Topic: IHTMLRuleStyle::put_borderLeftStyle |
IHTMLRuleStyle::get_borderBottomStyle
HRESULT get_borderBottomStyle( BSTR *p );Retrieves the value of the CSS border-bottom-style attribute for the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the border style. See border-bottom-style for details. This parameter receives NULL if the attribute is not set.
See also put_borderBottomStyle
IHTMLRuleStyle::put_borderBottomStyle
HRESULT put_borderBottomStyle( BSTR v );Sets the value of the CSS border-bottom-style attribute for the element. The attribute determines the style of the bottom border.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the border style. Set this parameter to NULL to remove the attribute. See border-bottom-style for details.
See also get_borderBottomStyle
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.