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