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