![]()  | ||
  | ||
  | ||
IHTMLStyle::get_borderTop
HRESULT get_borderTop( BSTR *p );Retrieves the value of the CSS border-top 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 top border. See border-top for details. This parameter receives NULL if the attribute is not set.
 See also put_borderTop
IHTMLStyle::put_borderTop
HRESULT put_borderTop( BSTR v );Sets the value of the CSS border-top attribute for the element. The attribute determines the width, style, and color of the top border.
- Returns S_OK if successful, or an error value otherwise.
 
- v
 - String specifying the border width, style, and color. See border-top for details. Set this parameter to NULL to remove the attribute.
 See also get_borderTop
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.