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